gc
This commit is contained in:
parent
98b0f48fe3
commit
d24df4abcf
7
common/services/nix-gc.nix
Normal file
7
common/services/nix-gc.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
nix.gc = {
|
||||||
|
automatic = true;
|
||||||
|
dates = "weekly";
|
||||||
|
options = "--delete-older-than 30d";
|
||||||
|
};
|
||||||
|
}
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue