From 0e788c3a7e011bb05a2f75522c11cdb884de4abd Mon Sep 17 00:00:00 2001 From: ChUrl Date: Wed, 12 Jul 2023 23:50:39 +0200 Subject: [PATCH] Update servenix disks --- system/servenix/hardware-configuration.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/system/servenix/hardware-configuration.nix b/system/servenix/hardware-configuration.nix index dfb737e8..1b7ff1f1 100644 --- a/system/servenix/hardware-configuration.nix +++ b/system/servenix/hardware-configuration.nix @@ -28,16 +28,11 @@ }; fileSystems."/" = { - device = "/dev/disk/by-uuid/a78b180d-1b8b-40be-9fb6-21652a6b137e"; + device = "/dev/disk/by-uuid/f7871268-76f6-49d3-a75b-7fe78e8c55b4"; fsType = "ext4"; options = [ "noatime" "nodiratime" "discard" ]; }; - fileSystems."/boot/efi" = { - device = "/dev/disk/by-uuid/7CDE-0373"; - fsType = "vfat"; - }; - swapDevices = lib.mkForce [ # { # device = "/var/swap";