mirror of
https://codeberg.org/muon/home.git
synced 2026-03-09 03:53:11 +00:00
Add murmur mumble server
This commit is contained in:
parent
5518f1ca35
commit
fb8b27ef3c
3 changed files with 32 additions and 1 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{ pkgs, lib, ... }: {
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./containers
|
||||
./gaming
|
||||
|
|
@ -25,5 +29,6 @@
|
|||
./lemmy.nix
|
||||
./audio.nix
|
||||
./atuin.nix
|
||||
./murmur.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue