aboutsummaryrefslogtreecommitdiff
path: root/nixos/machine/dean.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-07-20 11:32:54 +0200
committerKarel Kočí <cynerd@email.cz>2022-07-20 11:32:54 +0200
commitfba2aa363a8b8c4670c7eafd227bfd4eb675d856 (patch)
tree8d3b927c074498a095f3fb7b946d928ea07f4976 /nixos/machine/dean.nix
parent824e7fb653e6e7a098c9d5c8750845a736f1aaf4 (diff)
downloadnixos-personal-fba2aa363a8b8c4670c7eafd227bfd4eb675d856.tar.gz
nixos-personal-fba2aa363a8b8c4670c7eafd227bfd4eb675d856.tar.bz2
nixos-personal-fba2aa363a8b8c4670c7eafd227bfd4eb675d856.zip
nixos: add swap for dean and spt-mox2
Diffstat (limited to 'nixos/machine/dean.nix')
-rw-r--r--nixos/machine/dean.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/machine/dean.nix b/nixos/machine/dean.nix
index eaa9094..3f449e3 100644
--- a/nixos/machine/dean.nix
+++ b/nixos/machine/dean.nix
@@ -31,6 +31,11 @@ with lib;
dhcpcd.allowInterfaces = [ "brlan" ];
};
+ swapDevices.swapfile = {
+ device = "/var/swap";
+ priority = 1;
+ };
+
};
}