murmur + hedgedoc

This commit is contained in:
tristan 2025-05-25 15:39:04 -04:00
parent 55eb4f5ddc
commit 9da5443958
6 changed files with 41 additions and 5 deletions

11
imports/murmur.nix Normal file
View file

@ -0,0 +1,11 @@
{ config, lib, pkgs, ... }:
{
services.murmur= {
enable = true;
password = "Mine";
port = 64738;
welcometext = "WELCOME TO MINECRATF";
};
}