diff options
author | makefu <github@syntax-fehler.de> | 2018-02-14 01:33:29 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-02-14 01:33:29 +0100 |
commit | ac824ebe74912dc8cc3224a10f0d10973f6449c5 (patch) | |
tree | 47d293feacc73748318ed5f65d4534f96079cece /makefu | |
parent | 908ad5d3a24ea05f4a0871045ed6271b0953cf25 (diff) |
ma gum.r: add workr
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/1systems/gum/config.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/makefu/1systems/gum/config.nix b/makefu/1systems/gum/config.nix index a656fdce3..b859efc94 100644 --- a/makefu/1systems/gum/config.nix +++ b/makefu/1systems/gum/config.nix @@ -148,6 +148,11 @@ in { allowedIPs = [ "10.244.0.5/32" ]; publicKey = "QJMwwYu/92koCASbHnR/vqe/rN00EV6/o7BGwLockDw="; } + { + # workr + allowedIPs = [ "10.244.0.6/32" ]; + publicKey = "OFhCF56BrV9tjqW1sxqXEKH/GdqamUT1SqZYSADl5GA="; + } ]; }; } |