149 current 2025-10-09 03:59:16 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -7,12 +7,12 @@ in
|
|||||||
{
|
{
|
||||||
options.modules.homelab = {
|
options.modules.homelab = {
|
||||||
enable = lib.mkEnableOption "enable homelab services and configuration";
|
enable = lib.mkEnableOption "enable homelab services and configuration";
|
||||||
media_user = lib.mkOption = {
|
media_user = lib.mkOption {
|
||||||
default = "media";
|
default = "media";
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
description = "user for media file permissions";
|
description = "user for media file permissions";
|
||||||
};
|
};
|
||||||
media_group = lib.mkOption = {
|
media_group = lib.mkOption {
|
||||||
default = "media";
|
default = "media";
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
description = "group for media file permissions";
|
description = "group for media file permissions";
|
||||||
@@ -22,7 +22,7 @@ in
|
|||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
description = "set timezone";
|
description = "set timezone";
|
||||||
};
|
};
|
||||||
base_domain = lib.mkOption = {
|
base_domain = lib.mkOption {
|
||||||
default = "snowbelle.lan";
|
default = "snowbelle.lan";
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
description = "base domain used for reverse proxy";
|
description = "base domain used for reverse proxy";
|
||||||
|
|||||||
Reference in New Issue
Block a user