diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-01-15 22:24:51 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-01-15 22:24:56 +0100 |
commit | cbece5e2ab15670c31f76e194a82516490760b16 (patch) | |
tree | b9caf601eb3f8a5e95dd959b7baa26a2d6f3f814 /hosts/sif/hw.nix | |
parent | 52ee4685575fac5159b42ee6eb0612bd8a7bf68b (diff) | |
download | nixos-cbece5e2ab15670c31f76e194a82516490760b16.tar nixos-cbece5e2ab15670c31f76e194a82516490760b16.tar.gz nixos-cbece5e2ab15670c31f76e194a82516490760b16.tar.bz2 nixos-cbece5e2ab15670c31f76e194a82516490760b16.tar.xz nixos-cbece5e2ab15670c31f76e194a82516490760b16.zip |
...
Diffstat (limited to 'hosts/sif/hw.nix')
-rw-r--r-- | hosts/sif/hw.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
19 | "/var/lib/sops-nix".neededForBoot = true; | 19 | "/var/lib/sops-nix".neededForBoot = true; |
20 | "/var/lib/systemd".neededForBoot = true; | 20 | "/var/lib/systemd".neededForBoot = true; |
21 | }; | 21 | }; |
22 | swapDevices = [ | ||
23 | { label = "swap"; } | ||
24 | ]; | ||
22 | # system.etc.overlay.enable = false; | 25 | # system.etc.overlay.enable = false; |
23 | 26 | ||
24 | boot.initrd.systemd.packages = [ | 27 | boot.initrd.systemd.packages = [ |