1

Update servenix disks

This commit is contained in:
2023-07-12 23:50:39 +02:00
parent 5fca001770
commit 0e788c3a7e

View File

@ -28,16 +28,11 @@
}; };
fileSystems."/" = { fileSystems."/" = {
device = "/dev/disk/by-uuid/a78b180d-1b8b-40be-9fb6-21652a6b137e"; device = "/dev/disk/by-uuid/f7871268-76f6-49d3-a75b-7fe78e8c55b4";
fsType = "ext4"; fsType = "ext4";
options = [ "noatime" "nodiratime" "discard" ]; options = [ "noatime" "nodiratime" "discard" ];
}; };
fileSystems."/boot/efi" = {
device = "/dev/disk/by-uuid/7CDE-0373";
fsType = "vfat";
};
swapDevices = lib.mkForce [ swapDevices = lib.mkForce [
# { # {
# device = "/var/swap"; # device = "/var/swap";