diff options
-rw-r--r-- | user/server.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/server.nix b/user/server.nix index 7a2f0cc9..61ef71e8 100644 --- a/user/server.nix +++ b/user/server.nix @@ -16,7 +16,7 @@ with lib; { home = { username = "alan"; sessionVariables.EDITOR = "${config.programs.neovim.finalPackage}/bin/nvim"; - homeDirectory = "/mnt/internal/home/alan"; + homeDirectory = "/home/alan"; stateVersion = "22.11"; }; } |