mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-07-03 21:54:49 +01:00
Removed auto gc from homeserver
This commit is contained in:
@@ -50,11 +50,6 @@
|
||||
nix = {
|
||||
registry = (lib.mapAttrs (_: flake: {inherit flake;})) ((lib.filterAttrs (_: lib.isType "flake")) inputs);
|
||||
nixPath = ["nixpkgs=${inputs.nixpkgs}"];
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "daily";
|
||||
options = "--delete-older-than 14d";
|
||||
};
|
||||
settings = {
|
||||
experimental-features = "nix-command flakes";
|
||||
auto-optimise-store = true;
|
||||
|
||||
Reference in New Issue
Block a user