I need to hydraing
This commit is contained in:
parent
b152bd7826
commit
3dcb366c3b
|
@ -22,7 +22,8 @@ in
|
||||||
luj = {
|
luj = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/luj";
|
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";
|
shell = "/run/current-system/sw/bin/zsh";
|
||||||
uid = 1001;
|
uid = 1001;
|
||||||
openssh.authorizedKeys.keyFiles = [ ./keys/luj.keys ];
|
openssh.authorizedKeys.keyFiles = [ ./keys/luj.keys ];
|
||||||
|
|
Loading…
Reference in a new issue