From 20b6028945729c314c9e880e894f68a3def90692 Mon Sep 17 00:00:00 2001 From: caem Date: Thu, 6 Jul 2023 18:00:27 +0200 Subject: [PATCH] Add swap to dirae.org --- systems/hardware/dirae.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/systems/hardware/dirae.nix b/systems/hardware/dirae.nix index 9d9ffa7..c5f6c84 100644 --- a/systems/hardware/dirae.nix +++ b/systems/hardware/dirae.nix @@ -31,7 +31,9 @@ fsType = "zfs"; }; - swapDevices = [ ]; + swapDevices = [ + { devices = "/dev/disk/by-uuid/a2a0b9a3-52c9-4eb6-b03b-bcbbae0547a3"; } + ]; # 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