mirror of
https://github.com/Superredstone/nixos.git
synced 2026-08-19 11:48:57 +02:00
11 lines
164 B
Nix
11 lines
164 B
Nix
{ ... }:
|
|
{
|
|
services.homebox = {
|
|
enable = true;
|
|
settings = {
|
|
HBOX_WEB_PORT = "8016";
|
|
HBOX_OPTIONS_ALLOW_REGISTRATION = "false";
|
|
};
|
|
};
|
|
}
|