feat: icarus

This commit is contained in:
Philipp Hochkamp 2022-11-17 09:14:15 +01:00
parent e84e2fc020
commit efb65de325
5 changed files with 88 additions and 1 deletions

View file

@ -56,7 +56,7 @@ in
uid = uid;
extraGroups = [ "wheel" ] ++ extraGroups;
shell = pkgs.zsh;
openssh.authorizedKeys.keys = pubkeys.ragon.computers ++ extraAuthorizedKeys;
openssh.authorizedKeys.keys = pubkeys.ragon.user ++ extraAuthorizedKeys;
passwordFile = config.age.secrets.ragonPasswd.path;
};
ragon.agenix.secrets.ragonPasswd = { };