mirror of https://git.jolheiser.com/dotnix.git
fix optimise setting
parent
84c632ebe8
commit
46749c94ea
|
@ -44,6 +44,7 @@
|
|||
|
||||
nix = {
|
||||
gc.automatic = true;
|
||||
optimise.automatic = true;
|
||||
package = pkgs.nixVersions.stable;
|
||||
settings = {
|
||||
trusted-users = [
|
||||
|
@ -55,7 +56,6 @@
|
|||
"flakes"
|
||||
"nix-command"
|
||||
];
|
||||
optimise = true;
|
||||
warn-dirty = false;
|
||||
substituters = [ "https://jolheiser.cachix.org" ];
|
||||
trusted-public-keys = [ "jolheiser.cachix.org-1:fiKkfTuHFqDK5ZOVxcqb4InUkKsrTvtMLISid7XvuVg=" ];
|
||||
|
|
Loading…
Reference in New Issue