summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/gum/config.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-02-14 01:33:29 +0100
committermakefu <github@syntax-fehler.de>2018-02-14 01:33:29 +0100
commitac824ebe74912dc8cc3224a10f0d10973f6449c5 (patch)
tree47d293feacc73748318ed5f65d4534f96079cece /makefu/1systems/gum/config.nix
parent908ad5d3a24ea05f4a0871045ed6271b0953cf25 (diff)
ma gum.r: add workr
Diffstat (limited to 'makefu/1systems/gum/config.nix')
-rw-r--r--makefu/1systems/gum/config.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefu/1systems/gum/config.nix b/makefu/1systems/gum/config.nix
index a656fdce..b859efc9 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=";
+ }
];
};
}