mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2025-11-04 14:47:38 +01:00
11 lines
91 B
Nix
11 lines
91 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
swapDevices = [
|
|
{
|
|
device = "/var/lib/swapfile";
|
|
size = 12*1024;
|
|
}
|
|
];
|
|
}
|