mirror of https://github.com/bjeanes/dotfiles.git
Configure Nix store auto-optimisation
parent
12abab6f2b
commit
21a375b21c
|
@ -143,6 +143,8 @@
|
||||||
settings = {
|
settings = {
|
||||||
trusted-users = [ "root" myUsername ];
|
trusted-users = [ "root" myUsername ];
|
||||||
allowed-users = [ "root" myUsername "@nixbld" ];
|
allowed-users = [ "root" myUsername "@nixbld" ];
|
||||||
|
|
||||||
|
auto-optimise-store = true; # https://daiderd.com/nix-darwin/manual/index.html#opt-nix.settings.auto-optimise-store
|
||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
|
|
Loading…
Reference in New Issue