This commit is contained in:
2025-08-06 23:11:59 +03:00
parent 6b1bc2ab85
commit 0b92e733aa
6 changed files with 45 additions and 11 deletions
+11
View File
@@ -0,0 +1,11 @@
{
config,
...
}:
{
services.mealie = {
enable = false;
listenAddress = "0.0.0.0";
port = 9000;
};
}