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
commit

f0f6203f1ee9f591630aac80f4292ce39a28c104

parent

e499d602b238bbe2018e8bb9bec867d59b7eb2d6

1 file changed, 1 insertion(+), 1 deletion(-)

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"; }; }