summaryrefslogtreecommitdiff
path: root/hosts/vidhar
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-10-02 12:10:04 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-10-02 12:10:04 +0200
commit455732af3e4b225a7c0edb50a13d00a5e4ba9ef7 (patch)
tree42ba6e83d40337e4873766cf536d8d2d74370406 /hosts/vidhar
parenta351386271ed0943a11bb6bd25c2a8d513130191 (diff)
downloadnixos-455732af3e4b225a7c0edb50a13d00a5e4ba9ef7.tar
nixos-455732af3e4b225a7c0edb50a13d00a5e4ba9ef7.tar.gz
nixos-455732af3e4b225a7c0edb50a13d00a5e4ba9ef7.tar.bz2
nixos-455732af3e4b225a7c0edb50a13d00a5e4ba9ef7.tar.xz
nixos-455732af3e4b225a7c0edb50a13d00a5e4ba9ef7.zip
vidhar: nix-ssh-builder
Diffstat (limited to 'hosts/vidhar')
-rw-r--r--hosts/vidhar/default.nix2
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 = ''