diff --git a/nixos/telperion/configuration.nix b/nixos/telperion/configuration.nix index 10c10f9..f6c6a43 100644 --- a/nixos/telperion/configuration.nix +++ b/nixos/telperion/configuration.nix @@ -83,8 +83,6 @@ serviceConfig = { ExecStart = "${pkgs.matchbox}/bin/matchbox -address=0.0.0.0:8080 -data-path=/srv/matchbox -assets-path=/srv/matchbox/assets -log-level=debug"; Restart = "on-failure"; - User = "matchbox"; - Group = "matchbox"; }; };