diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/user.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/user.nix b/profiles/user.nix index 18e6a35..0a3bebe 100644 --- a/profiles/user.nix +++ b/profiles/user.nix @@ -31,7 +31,7 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMDyzrs9sbstv3KFK5FV8qYlSknnEy8Cn+qch4dJLmHA" ]; }; - + nix.settings.allowed-users = ["root" "tzlil"]; nix.settings.trusted-users = ["root" "tzlil"]; |