mirror of
https://github.com/ivabus/nixos
synced 2024-11-22 00:15:06 +03:00
Disable gc
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
3659455f94
commit
8f40a32a47
1 changed files with 0 additions and 4 deletions
|
@ -14,10 +14,6 @@ in {
|
|||
trusted-users = [ "root" "ivabus" ];
|
||||
allowed-users = [ "root" "ivabus" ];
|
||||
};
|
||||
gc = {
|
||||
automatic = true;
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs.overlays = [ nur.overlay ];
|
||||
|
|
Loading…
Reference in a new issue