summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-05-06 23:28:14 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2019-05-06 23:28:14 +0200
commit911dad7cc46cbb765c90b40c7ded8a2ee2824ed7 (patch)
treef0ba76358f0087d38603349ec33b58b48cfeacb6
parent460a2546a7311ffd797ead9c0e7903432906db1f (diff)
downloadnixos-911dad7cc46cbb765c90b40c7ded8a2ee2824ed7.tar
nixos-911dad7cc46cbb765c90b40c7ded8a2ee2824ed7.tar.gz
nixos-911dad7cc46cbb765c90b40c7ded8a2ee2824ed7.tar.bz2
nixos-911dad7cc46cbb765c90b40c7ded8a2ee2824ed7.tar.xz
nixos-911dad7cc46cbb765c90b40c7ded8a2ee2824ed7.zip
...
-rw-r--r--odin.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index 13b0d9b9..03d2b99e 100644
--- a/odin.nix
+++ b/odin.nix
@@ -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 = {