diff --git a/modules/system/accounts/users/custom/main/default.nix b/modules/system/accounts/users/custom/main/default.nix index fe5fbf9..851f4d1 100644 --- a/modules/system/accounts/users/custom/main/default.nix +++ b/modules/system/accounts/users/custom/main/default.nix @@ -10,6 +10,7 @@ users.users."${config.sysusers.main}" = { hashedPassword = config.secrets.mainAccPass; isNormalUser = true; + createHome = true; openssh.authorizedKeys.keyFiles = [ ../../../../../../hosts/tower/id_ed25519.pub