roles.common: autoOptimiseStore -> settings.auto-optimise-store
This commit is contained in:
parent
b46cf0ff6d
commit
76a0da7dea
@ -11,7 +11,7 @@
|
|||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
autoOptimiseStore = true;
|
settings.auto-optimise-store = true;
|
||||||
package = pkgs.nixUnstable;
|
package = pkgs.nixUnstable;
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
|
Loading…
Reference in New Issue
Block a user