I need to hydraing
This commit is contained in:
parent
b152bd7826
commit
3dcb366c3b
|
@ -22,7 +22,8 @@ in
|
|||
luj = {
|
||||
isNormalUser = true;
|
||||
home = "/home/luj";
|
||||
inherit (config.users.users.raito) extraGroups;
|
||||
inherit (config.users.users.raito);
|
||||
extraGroups = extraGroups ++ [ "production-hydra-db" ];
|
||||
shell = "/run/current-system/sw/bin/zsh";
|
||||
uid = 1001;
|
||||
openssh.authorizedKeys.keyFiles = [ ./keys/luj.keys ];
|
||||
|
|
Loading…
Reference in a new issue