diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/vidhar/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index ae0a8168..836a85fa 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -123,7 +123,7 @@ | |||
123 | ''; | 123 | ''; |
124 | }; | 124 | }; |
125 | users.groups."ssh" = { | 125 | users.groups."ssh" = { |
126 | members = ["root"]; | 126 | members = ["root" "nix-ssh-builder"]; |
127 | }; | 127 | }; |
128 | 128 | ||
129 | security.sudo.extraConfig = '' | 129 | security.sudo.extraConfig = '' |