added automatic weekly garbage collects
This commit is contained in:
parent
454f002883
commit
5c94b8f21a
|
@ -3,8 +3,13 @@
|
||||||
../../users
|
../../users
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
nix = {
|
||||||
nix.settings.trusted-users = ["leyla"];
|
settings = {
|
||||||
|
experimental-features = ["nix-command" "flakes"];
|
||||||
|
trusted-users = ["leyla"];
|
||||||
|
};
|
||||||
|
gc.automatic = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Enable networking
|
# Enable networking
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue