a big mess of specific service config
This commit is contained in:
parent
648c853e7c
commit
fbacdee578
3 changed files with 105 additions and 1 deletions
|
@ -30,7 +30,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
swapDevices = [];
|
||||
swapDevices = [
|
||||
{
|
||||
device = "/var/lib/swapfile";
|
||||
size = 32 * 1024;
|
||||
}
|
||||
];
|
||||
|
||||
services.thermald.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue