From cbece5e2ab15670c31f76e194a82516490760b16 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 15 Jan 2025 22:24:51 +0100 Subject: ... --- hosts/sif/hw.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts/sif/hw.nix') diff --git a/hosts/sif/hw.nix b/hosts/sif/hw.nix index d1fb2934..1bcf0261 100644 --- a/hosts/sif/hw.nix +++ b/hosts/sif/hw.nix @@ -19,6 +19,9 @@ "/var/lib/sops-nix".neededForBoot = true; "/var/lib/systemd".neededForBoot = true; }; + swapDevices = [ + { label = "swap"; } + ]; # system.etc.overlay.enable = false; boot.initrd.systemd.packages = [ -- cgit v1.2.3