ma 1 gum: allow vbob and omo users
This commit is contained in:
parent
3fd832b693
commit
347c2f6ac1
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue