summaryrefslogtreecommitdiff
path: root/accounts/gkleen@vidhar.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-12-22 12:50:13 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-12-22 12:50:13 +0100
commitd186ac4e074c046c39d51b899a643eb44268e8e2 (patch)
tree9ce5a8fd1b569dff077da72aa8682582af0f9e0e /accounts/gkleen@vidhar.nix
parent541b874189e4ebe6c736b3757a0de77a36089214 (diff)
downloadnixos-d186ac4e074c046c39d51b899a643eb44268e8e2.tar
nixos-d186ac4e074c046c39d51b899a643eb44268e8e2.tar.gz
nixos-d186ac4e074c046c39d51b899a643eb44268e8e2.tar.bz2
nixos-d186ac4e074c046c39d51b899a643eb44268e8e2.tar.xz
nixos-d186ac4e074c046c39d51b899a643eb44268e8e2.zip
Revert "gkleen: guardian-agent"
This reverts commit 541b874189e4ebe6c736b3757a0de77a36089214.
Diffstat (limited to 'accounts/gkleen@vidhar.nix')
-rw-r--r--accounts/gkleen@vidhar.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/accounts/gkleen@vidhar.nix b/accounts/gkleen@vidhar.nix
index bcfbe85e..eba25692 100644
--- a/accounts/gkleen@vidhar.nix
+++ b/accounts/gkleen@vidhar.nix
@@ -10,11 +10,5 @@
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
14 home-manager.users.${userName} = {
15 home.packages = with pkgs; [
16 guardian-agent
17 ];
18 };
19 }; 13 };
20} 14}