Files
nixos/machines/bomba/services/homebox.nix
T

11 lines
164 B
Nix

{ ... }:
{
services.homebox = {
enable = true;
settings = {
HBOX_WEB_PORT = "8016";
HBOX_OPTIONS_ALLOW_REGISTRATION = "false";
};
};
}