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 = {
enable = true;
# package = stablePkgs.tailscale;
};
}