feat: Use different partition for swapfile
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
2026-01-23 12:59:50 +05:30
parent 230547eb92
commit 0a2ad32dfb
2 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
{stablePkgs, ...}: { {...}: {
services.tailscale = { services.tailscale = {
enable = true; enable = true;
# package = stablePkgs.tailscale;
}; };
} }

View File

@@ -138,7 +138,7 @@
swapDevices = [ swapDevices = [
{ {
device = "/var/lib/swapfile"; device = "/home/swapfile";
size = 64 * 1024; size = 64 * 1024;
} }
]; ];