mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
upd
This commit is contained in:
@@ -4,8 +4,12 @@
|
||||
}:
|
||||
{
|
||||
services.mealie = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
listenAddress = "0.0.0.0";
|
||||
port = 9000;
|
||||
database.createLocally = true;
|
||||
settings = {
|
||||
ALLOW_SIGNUP = "true";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user