mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 23:20:18 +02:00
fixed too much stuff
This commit is contained in:
parent
e9adff9c68
commit
cf80eff840
5 changed files with 19 additions and 8 deletions
|
@ -100,6 +100,13 @@
|
|||
|
||||
|
||||
security.pam.services.swaylock = {};
|
||||
|
||||
# cleaning old builds
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
randomizedDelaySec = "14m";
|
||||
options = "--delete-older-than 10d";
|
||||
};
|
||||
# List services that you want to enable:
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue