From a3621d3691d265442e43385a6700d2f4d62e33b5 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 30 Apr 2024 08:11:02 -0500 Subject: [PATCH] Update user/group. --- nixos/telperion/configuration.nix | 2 -- 1 file changed, 2 deletions(-) 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"; }; };