From 308e6dba0d29b19bc533ed123a176139f472c577 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Tue, 11 Jul 2023 16:51:44 +0200 Subject: [PATCH] Remove ssd from servenix --- system/servenix/hardware-configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 [ # {