From 0698b52f7edac2eaeed49e4deee43070e135fcb4 Mon Sep 17 00:00:00 2001 From: Chris Toph Date: Fri, 14 Mar 2025 19:46:57 -0400 Subject: [PATCH] Update swap device UUID in hardware configuration, was wrong in Rune --- hosts/nixos/rune/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixos/rune/hardware.nix b/hosts/nixos/rune/hardware.nix index 7432989..af6d516 100644 --- a/hosts/nixos/rune/hardware.nix +++ b/hosts/nixos/rune/hardware.nix @@ -83,7 +83,7 @@ }; }; - swapDevices = [ { device = "/dev/disk/by-uuid/81b6fa27-af94-41d4-9070-8754087a4c26"; } ]; + swapDevices = [ { device = "/dev/disk/by-uuid/6586847d-eba9-4317-9077-98ae9b2812c9"; } ]; # Time and networking configurations time.hardwareClockInLocalTime = true; # Fixes windows dual-boot time issues