a big mess of specific service config

This commit is contained in:
Vinzenz Schroeter 2024-02-23 22:31:46 +01:00
parent 648c853e7c
commit fbacdee578
3 changed files with 105 additions and 1 deletions

View file

@ -30,7 +30,12 @@
};
};
swapDevices = [];
swapDevices = [
{
device = "/var/lib/swapfile";
size = 32 * 1024;
}
];
services.thermald.enable = true;
};