From a7de206d8ae127ca37c41aeda8b621fc0d6f548d Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sat, 16 Nov 2024 16:35:56 +0500 Subject: [PATCH] Revert "fix: update swap device uuid" This reverts commit 9ec661a8d8f0d6b348a5b156859586f59164ee16. --- nixos/hardware-configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/hardware-configuration.nix b/nixos/hardware-configuration.nix index b0dc9ae..f4e319e 100644 --- a/nixos/hardware-configuration.nix +++ b/nixos/hardware-configuration.nix @@ -27,7 +27,8 @@ }; swapDevices = - [ { device = "/dev/disk/by-uuid/4cf4d583-f6d7-4535-aa83-4e292c8af9f5"; } ]; + [ { device = "/dev/disk/by-uuid/24c8f921-3929-4f70-a4d4-7a25256c33cc"; } + ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's