summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-03-16 08:42:19 +0100
committermakefu <github@syntax-fehler.de>2016-03-16 08:42:19 +0100
commit6f7801509fd13c09161f9f1e28caa4cb89db1bfb (patch)
tree41d446dd9952cd117e9453a876c0dce83c109f69 /makefu
parent6cb6c96255427580d35fc6b6d545c016f882dcde (diff)
ma 1 gum: allow vbob and omo users
Diffstat (limited to 'makefu')
-rw-r--r--makefu/1systems/gum.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/makefu/1systems/gum.nix b/makefu/1systems/gum.nix
index e784fdc1..2ddd2dcc 100644
--- a/makefu/1systems/gum.nix
+++ b/makefu/1systems/gum.nix
@@ -45,6 +45,12 @@ in {
"cgit.euer.krebsco.de"
];
+ # access
+ users.users = {
+ root.openssh.authorizedKeys.keys = [ config.krebs.users.makefu-omo.pubkey ];
+ makefu.openssh.authorizedKeys.keys = [ config.krebs.users.makefu-vbob.pubkey ];
+ };
+
# Chat
environment.systemPackages = with pkgs;[
weechat