diff --git a/nixos/telperion/configuration.nix b/nixos/telperion/configuration.nix index 9f44162..4c7e851 100644 --- a/nixos/telperion/configuration.nix +++ b/nixos/telperion/configuration.nix @@ -71,8 +71,8 @@ users.groups.matchbox = {}; users.users = { matchbox = { + home = "/srv/matchbox"; group = "matchbox"; - home = "matchbox"; isSystemUser = true; }; };