diff --git a/system/servenix/hardware-configuration.nix b/system/servenix/hardware-configuration.nix index 168f9edb..44e8e061 100644 --- a/system/servenix/hardware-configuration.nix +++ b/system/servenix/hardware-configuration.nix @@ -45,11 +45,11 @@ fsType = "ext4"; }; - fileSystems."/home/christoph/SSD1" = { - device = "/dev/disk/by-uuid/fcea57ce-cd8a-44b0-a4bc-5ac11849dfb6"; - fsType = "ext4"; - options = [ "noatime" "nodiratime" "discard" ]; - }; + # fileSystems."/home/christoph/SSD1" = { + # device = "/dev/disk/by-uuid/fcea57ce-cd8a-44b0-a4bc-5ac11849dfb6"; + # fsType = "ext4"; + # options = [ "noatime" "nodiratime" "discard" ]; + # }; swapDevices = lib.mkForce [ # {