diff --git a/systems/x86_64-linux/manwe/disks.nix b/systems/x86_64-linux/manwe/disks.nix index f13f845..3482cf7 100644 --- a/systems/x86_64-linux/manwe/disks.nix +++ b/systems/x86_64-linux/manwe/disks.nix @@ -5,19 +5,18 @@ in { # TODO :: Implement disko at some point - swapDevices = [ - { device = "/dev/disk/by-uuid/0ddf001a-5679-482e-b254-04a1b9094794"; } - ]; + swapDevices = []; boot.supportedFilesystems = [ "nfs" ]; fileSystems = { - "/" = { device = "/dev/disk/by-uuid/8c4eaf57-fdb2-4c4c-bcc0-74e85a1c7985"; + "/" = { + device = "/dev/disk/by-uuid/58272a1d-1b1d-4f42-b34a-bbc489f11022"; fsType = "ext4"; }; "/boot" = { - device = "/dev/disk/by-uuid/C842-316A"; + device = "/dev/disk/by-uuid/BC59-C3D9"; fsType = "vfat"; options = [ "fmask=0022" "dmask=0022" ]; };