dotfiles-mirror/nixos/configuration/sys/swap.nix
2026-02-17 22:49:02 +03:30

11 lines
91 B
Nix
Executable file

{
...
}:
{
swapDevices = [
{
device = "/var/lib/swapfile";
size = 12*1024;
}
];
}