diff --git a/machines/anser/hardware-configuration.nix b/machines/anser/hardware-configuration.nix deleted file mode 100644 index 7c4203c..0000000 --- a/machines/anser/hardware-configuration.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ - fileSystems."/" = { - device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888"; - fsType = "ext4"; - }; -}