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