summaryrefslogtreecommitdiff
path: root/services/murmur.nix
diff options
context:
space:
mode:
authorJohn Bargman2026-02-21 23:36:19 +0000
committerJohn Bargman2026-02-21 23:36:19 +0000
commite72a6620e2a38480d03cdb893879520feccaad7b (patch)
treedfd9553c152bbc431a2b60bde080326f4ffd6914 /services/murmur.nix
parent474115c2c6d2ce965f45a60ca59490e128124878 (diff)
downloadcrash-web-e72a6620e2a38480d03cdb893879520feccaad7b.tar
crash-web-e72a6620e2a38480d03cdb893879520feccaad7b.tar.gz
crash-web-e72a6620e2a38480d03cdb893879520feccaad7b.tar.bz2
crash-web-e72a6620e2a38480d03cdb893879520feccaad7b.tar.lz
crash-web-e72a6620e2a38480d03cdb893879520feccaad7b.tar.xz
crash-web-e72a6620e2a38480d03cdb893879520feccaad7b.tar.zst
crash-web-e72a6620e2a38480d03cdb893879520feccaad7b.zip
fixup
Diffstat (limited to 'services/murmur.nix')
-rw-r--r--services/murmur.nix27
1 files changed, 14 insertions, 13 deletions
diff --git a/services/murmur.nix b/services/murmur.nix
index f40774f..6e2ed7b 100644
--- a/services/murmur.nix
+++ b/services/murmur.nix
@@ -51,23 +51,24 @@ in
${config.services.murmur.package}/bin/mumble-server -ini /run/murmur/murmurd.ini -supw "$(cat ${config.secrix.services.murmur.secrets.murmursupass.decrypted.path})"
'';
security.acme.certs.${fqdn} = {
+ #useACMEHost = "crashoverburn.com";
group = "murmur-cert";
postRun = "systemctl restart murmur.service";
- webroot = "/var/lib/acme/acme-challenge/";
+ #webroot = "/var/lib/acme/acme-challenge/";
};
users.groups.murmur-cert.members = [ "murmur" "nginx" ];
-# services.nginx = {
-# enable = true;
-# virtualHosts.${fqdn} = {
-# listenAddresses = [
-# "10.0.1.30"
-# ];
-# useACMEHost = "crashoverburn.com";
-# #enableACME = true;
-# forceSSL = true;
-# locations."/".return = "301 https://crashoverburn.com/mumble";
-# };
-# };
+ # services.nginx = {
+ # enable = true;
+ # virtualHosts.${fqdn} = {
+ # listenAddresses = [
+ # "10.0.1.30"
+ # ];
+ # useACMEHost = "crashoverburn.com";
+ # #enableACME = true;
+ # forceSSL = true;
+ # locations."/".return = "301 https://crashoverburn.com/mumble";
+ # };
+ # };
}