mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
gc: Enable on servers with gcroot cleanup only
This commit is contained in:
parent
b41d8bee99
commit
c6b56d87ff
4 changed files with 30 additions and 3 deletions
|
|
@ -25,6 +25,11 @@
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
|
||||
services = {
|
||||
gc = {
|
||||
enable = true;
|
||||
onlyCleanRoots = true;
|
||||
};
|
||||
|
||||
tailscale = {
|
||||
enable = true;
|
||||
exitNode.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue