summaryrefslogtreecommitdiff
path: root/nix/modules/murmur.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-03-21 04:52:46 -0700
committerPreston Pan <ret2pop@gmail.com>2025-03-21 04:52:46 -0700
commit00c9e35779cbb298d6395a6e2c2534007a92976f (patch)
treee5bfc2d375b331ba6b664ddf6152f51bfcc900df /nix/modules/murmur.nix
parent2a4c959ef00fea785633afe44be0af77d6441a4b (diff)
add a ton of VPS upgrades; update website; live life
Diffstat (limited to 'nix/modules/murmur.nix')
-rw-r--r--nix/modules/murmur.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/nix/modules/murmur.nix b/nix/modules/murmur.nix
index 463ee1d..7595520 100644
--- a/nix/modules/murmur.nix
+++ b/nix/modules/murmur.nix
@@ -4,9 +4,11 @@
enable = lib.mkDefault config.monorepo.profiles.server.enable;
logFile = "/var/log/murmur.log";
openFirewall = true;
- hostName = "talk.nullring.xyz";
+ hostName = "0.0.0.0";
welcometext = "Wecome to the Null Murmur instance!";
registerName = "nullring";
- registerHostname = "talk.nullring.xyz";
+ registerHostname = "nullring.xyz";
+ sslCert = "/var/lib/acme/nullring.xyz/fullchain.pem";
+ sslKey = "/var/lib/acme/nullring.xyz/sslKey.pem";
};
}