From f0f6203f1ee9f591630aac80f4292ce39a28c104 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 13 Mar 2023 16:23:07 +0100 Subject: server: use standard homeDirectory I can fix this on non-standard machines with a symlink, bind-mount or per-host configuration in flake.nix --- user/server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; } -- cgit 1.4.1