Skip to content

Commit

Permalink
services: add murmur
Browse files Browse the repository at this point in the history
  • Loading branch information
div72 committed Dec 24, 2024
1 parent 9e3f10c commit 4953274
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dns.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ in
hucafeteriabot IN A ${vflower.ipv4}
IN AAAA ${vflower.ipv6}
mumble IN A ${vflower.ipv4}
IN AAAA ${vflower.ipv6}
ns0 IN A ${vflower.ipv4}
IN AAAA ${vflower.ipv6}
'';
Expand Down
6 changes: 6 additions & 0 deletions services/murmur.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
services.murmur = {
enable = true;
openFirewall = true;
};
}
1 change: 1 addition & 0 deletions system.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
services/matrix.nix
services/minecraft.nix
services/monit.nix
services/murmur.nix
services/oyt-website.nix
services/tlkg-website.nix
];
Expand Down

0 comments on commit 4953274

Please sign in to comment.