Create home option to set the correct permissions.
This commit is contained in:
parent
ac84d9f253
commit
1b61e506f0
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
users.users."${config.sysusers.main}" = {
|
users.users."${config.sysusers.main}" = {
|
||||||
hashedPassword = config.secrets.mainAccPass;
|
hashedPassword = config.secrets.mainAccPass;
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
createHome = true;
|
||||||
openssh.authorizedKeys.keyFiles = [
|
openssh.authorizedKeys.keyFiles = [
|
||||||
../../../../../../hosts/tower/id_ed25519.pub
|
../../../../../../hosts/tower/id_ed25519.pub
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue