aboutsummaryrefslogtreecommitdiff
path: root/nixos/machine/lipwig.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/machine/lipwig.nix')
-rw-r--r--nixos/machine/lipwig.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/machine/lipwig.nix b/nixos/machine/lipwig.nix
index b109065..5483436 100644
--- a/nixos/machine/lipwig.nix
+++ b/nixos/machine/lipwig.nix
@@ -54,7 +54,7 @@ with lib; {
};
services.fcgiwrap = {
enable = true;
- group = config.services.nginx.group;
+ inherit (config.services.nginx) group;
};
security.acme = {
acceptTerms = true;