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
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M user/server.nix → user/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"; }; }