diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/hosts/wildcat/configuration.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nix/hosts/wildcat/configuration.nix b/nix/hosts/wildcat/configuration.nix index 82190b4..ddea7d2 100644 --- a/nix/hosts/wildcat/configuration.nix +++ b/nix/hosts/wildcat/configuration.nix @@ -87,10 +87,10 @@ in ''; }; - services.fcgiwrap = { + services.fcgiwrap.instances.cgit = { enable = true; - user = "git"; - group = "git"; + process.user = "git"; + process.group = "git"; }; services.nginx = { |