murmur + hedgedoc
This commit is contained in:
parent
55eb4f5ddc
commit
9da5443958
6 changed files with 41 additions and 5 deletions
11
imports/murmur.nix
Normal file
11
imports/murmur.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.murmur= {
|
||||
enable = true;
|
||||
password = "Mine";
|
||||
port = 64738;
|
||||
welcometext = "WELCOME TO MINECRATF";
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue