diff --git a/hosts/legion/hardware-configuration.nix b/hosts/legion/hardware-configuration.nix index 94223c1..2fdb61b 100644 --- a/hosts/legion/hardware-configuration.nix +++ b/hosts/legion/hardware-configuration.nix @@ -18,6 +18,12 @@ fsType = "ext4"; }; + fileSystems."/home/paul/Lidarr" = + { device = "/dev/disk/by-uuid/5b2c0ad2-4f7a-46b5-a35b-61486f4dc49e"; + fsType = "btrfs"; + options = ["defaults" "users"]; + }; + fileSystems."/boot" = { device = "/dev/disk/by-uuid/DDC1-27A9"; fsType = "vfat";