listen to nix update warnings
This commit is contained in:
parent
5a106d056f
commit
c41d29f6da
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.trustedUsers = [ "root" "haak" ];
|
nix.settings.trusted-users = [ "root" "haak" ];
|
||||||
|
|
||||||
# This value determines the NixOS release with which your system is to be
|
# This value determines the NixOS release with which your system is to be
|
||||||
# compatible, in order to avoid breaking some software such as database
|
# compatible, in order to avoid breaking some software such as database
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue