diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-05-06 23:28:14 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-05-06 23:28:14 +0200 |
commit | 911dad7cc46cbb765c90b40c7ded8a2ee2824ed7 (patch) | |
tree | f0ba76358f0087d38603349ec33b58b48cfeacb6 | |
parent | 460a2546a7311ffd797ead9c0e7903432906db1f (diff) | |
download | nixos-911dad7cc46cbb765c90b40c7ded8a2ee2824ed7.tar nixos-911dad7cc46cbb765c90b40c7ded8a2ee2824ed7.tar.gz nixos-911dad7cc46cbb765c90b40c7ded8a2ee2824ed7.tar.bz2 nixos-911dad7cc46cbb765c90b40c7ded8a2ee2824ed7.tar.xz nixos-911dad7cc46cbb765c90b40c7ded8a2ee2824ed7.zip |
...
-rw-r--r-- | odin.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -526,6 +526,7 @@ | |||
526 | }; | 526 | }; |
527 | }; | 527 | }; |
528 | 528 | ||
529 | users.groups.ssl = {}; | ||
529 | users.users.nginx.extraGroups = ["ssl"]; | 530 | users.users.nginx.extraGroups = ["ssl"]; |
530 | 531 | ||
531 | services.prometheus = { | 532 | services.prometheus = { |