fix(nix): nix command not set
parent
a2055ecc9c
commit
f875fb90c5
|
@ -22,6 +22,8 @@ in
|
|||
};
|
||||
|
||||
config.nix = {
|
||||
extraOptions = "experimental-features = nix-command flakes";
|
||||
|
||||
gc = {
|
||||
automatic = cfg.gc.enable;
|
||||
options = "--max-freed ${cfg.gc.minimumFreedGB} --delete-older-than 14d";
|
||||
|
|
Loading…
Reference in New Issue