diff --git a/systems/deimos/config/filesystem.nix b/systems/deimos/config/filesystem.nix index 92dc5f8..386c839 100755 --- a/systems/deimos/config/filesystem.nix +++ b/systems/deimos/config/filesystem.nix @@ -16,7 +16,6 @@ in let synologyDrives = [ "folder0" - "folder1" ]; sambaDrives = [ @@ -67,11 +66,11 @@ in in { "/" = { - device = "/dev/disk/by-uuid/c9a82c93-1da4-4cd1-a1fa-26483271a2bb"; + device = "/dev/disk/by-uuid/aa9e7283-3e96-4d3e-a66b-ce24bba9f3f2"; fsType = "ext4"; }; "/boot" = { - device = "/dev/disk/by-uuid/71CA-765A"; + device = "/dev/disk/by-uuid/0616-DAE7"; fsType = "vfat"; options = deimos.boot.options; }; @@ -85,7 +84,7 @@ in )); swapDevices = [ - { device = "/dev/disk/by-uuid/74007bf1-6e2f-425e-99fa-d35990f4ea37"; } + { device = "/dev/disk/by-uuid/027a1efb-6c4e-4c1a-9956-91c7513950b4"; } ]; systemd.tmpfiles.rules = [