1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

init mycelium

This commit is contained in:
2025-03-04 21:48:01 +01:00
parent 1b23814dc3
commit ebe3997beb
6 changed files with 15 additions and 0 deletions

7
configs/mycelium.nix Normal file
View File

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