all repos — nixfiles @ f0f6203f1ee9f591630aac80f4292ce39a28c104

System and user configuration, managed by nix and home-manager

server: use standard homeDirectory

I can fix this on non-standard machines with a symlink, bind-mount or
per-host configuration in flake.nix
Alan Pearce alan@alanpearce.eu
Mon, 13 Mar 2023 16:23:07 +0100
commit

f0f6203f1ee9f591630aac80f4292ce39a28c104

parent

e499d602b238bbe2018e8bb9bec867d59b7eb2d6

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/server.nixuser/server.nix
@@ -16,7 +16,7 @@ ];   home = {
     username = "alan";
     sessionVariables.EDITOR = "${config.programs.neovim.finalPackage}/bin/nvim";
-    homeDirectory = "/mnt/internal/home/alan";
+    homeDirectory = "/home/alan";
     stateVersion = "22.11";
   };
 }