mirror of
https://github.com/kmein/niveum
synced 2026-03-20 03:51:07 +01:00
8 lines
86 B
Nix
8 lines
86 B
Nix
|
|
{ ... }:
|
||
|
|
{
|
||
|
|
services.mycelium = {
|
||
|
|
enable = true;
|
||
|
|
openFirewall = true;
|
||
|
|
};
|
||
|
|
}
|