1

Remove ssd from servenix

This commit is contained in:
2023-07-11 16:51:44 +02:00
parent 4d1c01766e
commit 308e6dba0d

View File

@ -45,11 +45,11 @@
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/home/christoph/SSD1" = { # fileSystems."/home/christoph/SSD1" = {
device = "/dev/disk/by-uuid/fcea57ce-cd8a-44b0-a4bc-5ac11849dfb6"; # device = "/dev/disk/by-uuid/fcea57ce-cd8a-44b0-a4bc-5ac11849dfb6";
fsType = "ext4"; # fsType = "ext4";
options = [ "noatime" "nodiratime" "discard" ]; # options = [ "noatime" "nodiratime" "discard" ];
}; # };
swapDevices = lib.mkForce [ swapDevices = lib.mkForce [
# { # {