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