diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-23 17:21:23 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-23 17:21:23 +0200 |
| commit | 0b0f7d9948800d9311f3cf8a269fd63e6e602f3c (patch) | |
| tree | d865ffb7fa1540700995281162377994d19e966b /custom | |
| parent | 9136eb16da9269792bf85b2b31a3ebc4e503cd42 (diff) | |
| download | nixos-0b0f7d9948800d9311f3cf8a269fd63e6e602f3c.tar nixos-0b0f7d9948800d9311f3cf8a269fd63e6e602f3c.tar.gz nixos-0b0f7d9948800d9311f3cf8a269fd63e6e602f3c.tar.bz2 nixos-0b0f7d9948800d9311f3cf8a269fd63e6e602f3c.tar.xz nixos-0b0f7d9948800d9311f3cf8a269fd63e6e602f3c.zip | |
…
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 | }; |
