From 1b61e506f05bc19c4551188e09e58af51cd88450 Mon Sep 17 00:00:00 2001 From: Jimbo Date: Fri, 28 Feb 2025 12:32:56 -0500 Subject: [PATCH] Create home option to set the correct permissions. --- modules/system/accounts/users/custom/main/default.nix | 1 + 1 file changed, 1 insertion(+) 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