mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-21 19:52:52 +00:00
add user to trusted-users
This commit is contained in:
parent
d30dcc6e63
commit
6755f9e15c
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@
|
|||
|
||||
programs.zsh.enable = true;
|
||||
|
||||
nix.settings.trusted-users = [ "root" "user" ];
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.user = {
|
||||
isNormalUser = true;
|
||||
|
|
Loading…
Reference in a new issue