diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-22 12:39:57 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-22 12:39:57 +0100 |
commit | 541b874189e4ebe6c736b3757a0de77a36089214 (patch) | |
tree | b90487750521930697b89db042d17e65cceda57a | |
parent | 670ef0acb7bbf3703194a9737c140a41eb1e1c80 (diff) | |
download | nixos-541b874189e4ebe6c736b3757a0de77a36089214.tar nixos-541b874189e4ebe6c736b3757a0de77a36089214.tar.gz nixos-541b874189e4ebe6c736b3757a0de77a36089214.tar.bz2 nixos-541b874189e4ebe6c736b3757a0de77a36089214.tar.xz nixos-541b874189e4ebe6c736b3757a0de77a36089214.zip |
gkleen: guardian-agent
-rw-r--r-- | accounts/gkleen@sif/default.nix | 1 | ||||
-rw-r--r-- | accounts/gkleen@vidhar.nix | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 3acefc4e..f68df7a2 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -280,6 +280,7 @@ in { | |||
280 | xmonad worktime fira-code-symbols emacsclientDesktopItem | 280 | xmonad worktime fira-code-symbols emacsclientDesktopItem |
281 | libreoffice xournalpp wrappedChrome nixos-shell virt-viewer | 281 | libreoffice xournalpp wrappedChrome nixos-shell virt-viewer |
282 | freerdp gnome-icon-theme paper-icon-theme sshpassSecret | 282 | freerdp gnome-icon-theme paper-icon-theme sshpassSecret |
283 | guardian-agent | ||
283 | ]; | 284 | ]; |
284 | 285 | ||
285 | file = { | 286 | file = { |
diff --git a/accounts/gkleen@vidhar.nix b/accounts/gkleen@vidhar.nix index eba25692..bcfbe85e 100644 --- a/accounts/gkleen@vidhar.nix +++ b/accounts/gkleen@vidhar.nix | |||
@@ -10,5 +10,11 @@ | |||
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 | }; | ||
13 | }; | 19 | }; |
14 | } | 20 | } |