1
0
mirror of https://github.com/kmein/niveum synced 2026-03-22 12:51:08 +01:00

init mycelium

This commit is contained in:
2025-03-04 21:48:01 +01:00
parent 1b23814dc3
commit 3751eb9c92
5 changed files with 11 additions and 0 deletions

7
configs/mycelium.nix Normal file
View File

@@ -0,0 +1,7 @@
{ ... }:
{
services.mycelium = {
enable = true;
openFirewall = true;
};
}