diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/ymir-nginx.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index e5b2f162..7c479416 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix | |||
@@ -38,7 +38,7 @@ in { | |||
38 | missingok | 38 | missingok |
39 | rotate 4 | 39 | rotate 4 |
40 | size 1M | 40 | size 1M |
41 | su ${services.nginx.user} ${services.nginx.group} | 41 | su ${config.services.nginx.user} ${config.services.nginx.group} |
42 | } | 42 | } |
43 | ''; | 43 | ''; |
44 | }; | 44 | }; |