diff --git a/hardware/hardware-configuration.nix b/hardware/hardware-configuration.nix index e7900ae..aec56d9 100644 --- a/hardware/hardware-configuration.nix +++ b/hardware/hardware-configuration.nix @@ -13,10 +13,10 @@ boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; - fileSystems."/" = - { device = "tmpfs"; - fsType = "tmpfs"; - }; + # fileSystems."/" = + # { device = "tmpfs"; + # fsType = "tmpfs"; + # }; fileSystems."/iso" = { device = "/dev/disk/by-uuid/1980-01-01-00-00-00-00";