diff options
-rw-r--r-- | accounts/gkleen@vidhar.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@vidhar.nix b/accounts/gkleen@vidhar.nix index 316224c4..eba25692 100644 --- a/accounts/gkleen@vidhar.nix +++ b/accounts/gkleen@vidhar.nix | |||
@@ -7,7 +7,7 @@ | |||
7 | users.users.${userName} = { | 7 | users.users.${userName} = { |
8 | uid = 1000; | 8 | uid = 1000; |
9 | openssh.authorizedKeys.keys = [ | 9 | openssh.authorizedKeys.keys = [ |
10 | "command="${pkgs.unison}/bin/unison -server",no-port-forwarding,no-X11-forwarding,no-pty,no-agent-forwarding,no-user-rc ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA4izEz5pEjJqFLeJewHCoqtskqA+olKZNEP1yZWK7Ui gkleen@sif" | 10 | "command=\"${pkgs.unison}/bin/unison -server\",no-port-forwarding,no-X11-forwarding,no-pty,no-agent-forwarding,no-user-rc ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA4izEz5pEjJqFLeJewHCoqtskqA+olKZNEP1yZWK7Ui gkleen@sif" |
11 | ]; | 11 | ]; |
12 | }; | 12 | }; |
13 | }; | 13 | }; |