Compare commits

...

2 commits

Author SHA1 Message Date
Julien Malka 9602ab9539
chore: remove PII 2024-10-12 20:27:00 +02:00
Julien Malka be798718ce
chore(luj): switch shell to bash 2024-10-12 20:26:26 +02:00

View file

@ -18,12 +18,12 @@ in
openssh.authorizedKeys.keyFiles = [ ./keys/raito.keys ]; openssh.authorizedKeys.keyFiles = [ ./keys/raito.keys ];
}; };
# Julien Malka # Luj
luj = { luj = {
isNormalUser = true; isNormalUser = true;
home = "/home/luj"; home = "/home/luj";
extraGroups = extraGroups ++ [ "production-hydra-db" ]; extraGroups = extraGroups ++ [ "production-hydra-db" ];
shell = "/run/current-system/sw/bin/zsh"; shell = "/run/current-system/sw/bin/bash";
uid = 1001; uid = 1001;
openssh.authorizedKeys.keyFiles = [ ./keys/luj.keys ]; openssh.authorizedKeys.keyFiles = [ ./keys/luj.keys ];
}; };