summaryrefslogtreecommitdiff
path: root/accounts/gkleen@vidhar.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@vidhar.nix')
-rw-r--r--accounts/gkleen@vidhar.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/accounts/gkleen@vidhar.nix b/accounts/gkleen@vidhar.nix
index bf75f694..dd19e41b 100644
--- a/accounts/gkleen@vidhar.nix
+++ b/accounts/gkleen@vidhar.nix
@@ -6,9 +6,9 @@
6 config = { 6 config = {
7 users.users.${userName}.uid = 1000; 7 users.users.${userName}.uid = 1000;
8 home-manager.users.${userName} = { 8 home-manager.users.${userName} = {
9 home.packages = with pkgs; [ 9 home.file.".ssh/authorized_keys".text = ''
10 unison 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 };
14} 14}