diff options
Diffstat (limited to '')
| -rw-r--r-- | machines/argonath.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/argonath.nix b/machines/argonath.nix index 0c141dc..78738a0 100644 --- a/machines/argonath.nix +++ b/machines/argonath.nix @@ -20,6 +20,7 @@ system.stateVersion = "25.05"; # Did you read the comment? home-manager.users.${adminUser.name} = { + home.homeDirectory = "/home/${adminUser.name}"; imports = [ ../home/profiles/minimal.nix ]; |
