I need to hydraing

This commit is contained in:
Julien Malka 2023-09-11 19:56:06 +02:00
parent b152bd7826
commit 3dcb366c3b
No known key found for this signature in database
GPG key ID: 6FC74C847011FD83

View file

@ -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 ];