diff --git a/machines/enka/hardware.nix b/machines/enka/hardware.nix index 01aa5ae..4993e89 100644 --- a/machines/enka/hardware.nix +++ b/machines/enka/hardware.nix @@ -18,18 +18,18 @@ systemConfiguration { }; fileSystems."/" = { - device = "/dev/disk/by-uuid/add562e1-f2f6-4ac0-bb17-0acc380ac133"; + device = ""; fsType = "ext4"; }; fileSystems."/boot" = { - device = "/dev/disk/by-uuid/D697-1FA1"; + device = ""; fsType = "vfat"; }; swapDevices = [ { - device = "/dev/disk/by-uuid/7b21b5e9-6194-4448-9f65-3a744bfdc2b3"; + device = ""; } ]; }