configure programs for photon

This commit is contained in:
Dennis Wuitz
2023-12-26 19:06:02 +01:00
parent 889de1d88a
commit b6c85d89dd
9 changed files with 234 additions and 13 deletions

View File

@ -23,5 +23,6 @@
"uaccess"
];
shell = pkgs.${defaultShell};
hashedPasswordFile = config.sops.secrets."${name}/user-password".path;
openssh.authorizedKeys.keys = publicKeys;
}