From ad4d39ffb686898955427a848e6c5d2aac21fe29 Mon Sep 17 00:00:00 2001 From: spl3g Date: Fri, 27 Dec 2024 01:01:52 +0300 Subject: fix: fix swap naming --- nixos/laptop/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/laptop') diff --git a/nixos/laptop/hardware-configuration.nix b/nixos/laptop/hardware-configuration.nix index 540582e..8426f67 100644 --- a/nixos/laptop/hardware-configuration.nix +++ b/nixos/laptop/hardware-configuration.nix @@ -24,7 +24,7 @@ }; swapDevices = - [ { device = "/dev/disk/by-uuid/f1217bb2-a665-41f1-b381-057aac378262"; } + [ { device = "/dev/disk/by-uuid/c3522ec8-ded5-475f-a02f-8484f4a23b39"; } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking -- cgit v1.2.3