add user to trusted-users

This commit is contained in:
Aditya 2023-06-22 19:07:26 +05:30
parent d30dcc6e63
commit 6755f9e15c
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU

View file

@ -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;