From 0b0f7d9948800d9311f3cf8a269fd63e6e602f3c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 23 Apr 2018 17:21:23 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/ymir-nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') 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 { missingok rotate 4 size 1M - su ${services.nginx.user} ${services.nginx.group} + su ${config.services.nginx.user} ${config.services.nginx.group} } ''; }; -- cgit v1.2.3