diff options
author | Franck Cuny <franck@fcuny.net> | 2024-09-21 11:12:32 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-09-21 11:12:32 -0700 |
commit | 92e7bea17b05e31cf880c9a4b6ccd2fd78114ffe (patch) | |
tree | a2dc0ea4c07e6389b2071829019f38768c7bc29b /nix/hosts/wildcat | |
parent | configure fcgiwrap properly (diff) | |
download | world-92e7bea17b05e31cf880c9a4b6ccd2fd78114ffe.tar.gz |
I think this is the correct configuration
Diffstat (limited to 'nix/hosts/wildcat')
-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 ddea7d2..67adf29 100644 --- a/nix/hosts/wildcat/configuration.nix +++ b/nix/hosts/wildcat/configuration.nix @@ -87,10 +87,10 @@ in ''; }; - services.fcgiwrap.instances.cgit = { + services.fcgiwrap.instances = { enable = true; - process.user = "git"; - process.group = "git"; + user = "git"; + group = "git"; }; services.nginx = { |