summaryrefslogtreecommitdiffstats
path: root/1systems/gum.nix
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
commit347c2f6ac1ceb337e685c97dc597582f3a56ebad (patch)
tree97d75c8539153997a109901def28ea27cefef901 /1systems/gum.nix
parent3fd832b693734a880b17487f26f0c95d530c9995 (diff)
ma 1 gum: allow vbob and omo users
Diffstat (limited to '1systems/gum.nix')
-rw-r--r--1systems/gum.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/1systems/gum.nix b/1systems/gum.nix
index e784fdc12..2ddd2dccc 100644
--- a/1systems/gum.nix
+++ b/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