From f7306e87605353a142da83f2ab533ea7f2578a7a Mon Sep 17 00:00:00 2001 From: smayzy Date: Sun, 28 Sep 2025 18:20:17 +0200 Subject: [PATCH] change swap uuid for desktop1 --- hosts/desktop1/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/desktop1/hardware-configuration.nix b/hosts/desktop1/hardware-configuration.nix index 00b3dfe..c29363f 100644 --- a/hosts/desktop1/hardware-configuration.nix +++ b/hosts/desktop1/hardware-configuration.nix @@ -46,7 +46,7 @@ }; swapDevices = [ - { device = "/dev/disk/by-uuid/5baebd62-0a58-47c0-b2de-1f5c2970fadf"; } + { device = "/dev/disk/by-uuid/5113afb8-f391-4e0d-bffc-bc6168974ce9"; } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking