host/tatos: increase swapfile
This commit is contained in:
parent
7476ce80be
commit
522b055fee
1 changed files with 7 additions and 0 deletions
|
@ -5,4 +5,11 @@
|
|||
./generated.nix
|
||||
./networking.secret.nix
|
||||
];
|
||||
|
||||
swapDevices = [
|
||||
{
|
||||
device = "/var/lib/swapfile";
|
||||
size = 2 * 1024;
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue