From 5e84b1b9fb04e696142a7b2234b60d0d6960d513 Mon Sep 17 00:00:00 2001
From: Gregor Kleen <gkleen@yggdrasil.li>
Date: Mon, 8 Nov 2021 20:45:55 +0100
Subject: ...

---
 accounts/gkleen@vidhar.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 @@
     users.users.${userName} = {
       uid = 1000;
       openssh.authorizedKeys.keys = [
-        "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"
+        "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"
       ];
     };
   };
-- 
cgit v1.2.3