mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
12 lines
120 B
Nix
Executable File
12 lines
120 B
Nix
Executable File
{
|
|
config,
|
|
...
|
|
}:
|
|
{
|
|
services.mealie = {
|
|
enable = false;
|
|
listenAddress = "0.0.0.0";
|
|
port = 9000;
|
|
};
|
|
}
|