pureintent: add swap

This commit is contained in:
Sridhar Ratnakumar 2025-12-16 16:47:43 -05:00
parent 4adbef90b2
commit 31add36609

View file

@ -37,6 +37,12 @@ in
nix.settings.sandbox = "relaxed";
zramSwap.enable = true;
swapDevices = [{
device = "/var/lib/swapfile";
size = 32 * 1024; # 32GB in megabytes
}];
services.openssh.enable = true;
services.tailscale.enable = true;
networking.firewall.allowedTCPPorts = [