1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2024-12-01 05:03:34 +01:00
parent 0968b6f955
commit 0f33c80edd
15 changed files with 139 additions and 46 deletions

View file

@ -16,6 +16,7 @@ in {
openssh.authorizedKeys.keys = builtins.attrValues (import ../pubkeys.nix).hosts;
};
${mainUser} = {
description = "Lukas Wurzinger";
uid = 1000;
isNormalUser = true;
hashedPasswordFile = config.age.secrets."user-${mainUser}".path;