feat: Use different partition for swapfile
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{stablePkgs, ...}: {
|
||||
{...}: {
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
# package = stablePkgs.tailscale;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -138,7 +138,7 @@
|
||||
|
||||
swapDevices = [
|
||||
{
|
||||
device = "/var/lib/swapfile";
|
||||
device = "/home/swapfile";
|
||||
size = 64 * 1024;
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user