summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/server.nix2
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";
   };
 }