From e4966c4c45e031b4ef8edad4fb14a2767d0dd6d2 Mon Sep 17 00:00:00 2001 From: Tootbrute Date: Sun, 22 Dec 2024 09:50:20 +0800 Subject: [PATCH] Update NixOS config. --- aspirenix/hardware-configuration.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/aspirenix/hardware-configuration.nix b/aspirenix/hardware-configuration.nix index 3ada623..a432d35 100644 --- a/aspirenix/hardware-configuration.nix +++ b/aspirenix/hardware-configuration.nix @@ -27,9 +27,15 @@ }; swapDevices = - [ { device = "/dev/disk/by-uuid/fcd6ecf9-3d4d-4cb1-b217-957bae8fbc3f"; } + [ { device = "/dev/disk/by-uuid/81d80835-b4d9-4808-b662-da03b38419e8"; } + { device = "/dev/disk/by-uuid/fcd6ecf9-3d4d-4cb1-b217-957bae8fbc3f"; } ]; +# original, one swap on HDD +# swapDevices = +# [ { device = "/dev/disk/by-uuid/fcd6ecf9-3d4d-4cb1-b217-957bae8fbc3f"; } +# ]; + # 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 # still possible to use this option, but it's recommended to use it in conjunction