This commit is contained in:
Tasia Iso 2024-05-17 16:07:34 +02:00
parent 98b0f48fe3
commit d24df4abcf
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
3 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
}

View file

@ -16,6 +16,8 @@ in {
../../common/components/de/plasma5.nix ../../common/components/de/plasma5.nix
../../common/services/syncthing.nix ../../common/services/syncthing.nix
../../common/services/nix-gc.nix
# ../../common/services/sshd.nix
../../home/46d1/home.nix ../../home/46d1/home.nix
]; ];

View file

@ -29,6 +29,7 @@ in {
../../common/programs/steam.nix ../../common/programs/steam.nix
../../common/services/auditd.nix ../../common/services/auditd.nix
../../common/services/nix-gc.nix
../../common/services/adguardhome.nix ../../common/services/adguardhome.nix
../../common/services/syncthing.nix ../../common/services/syncthing.nix
../../common/services/usbguard.nix ../../common/services/usbguard.nix