fixed too much stuff

This commit is contained in:
chloe 2025-02-13 23:42:48 +01:00
parent e9adff9c68
commit cf80eff840
5 changed files with 19 additions and 8 deletions

View file

@ -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.