From 22ea708d42f40f0c66e504a410cfd2c58f284235 Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 11:41:49 -0500 Subject: [PATCH] 149 current 2025-10-09 03:59:16 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/homelab/default.nix b/modules/homelab/default.nix index 2ed3b97..c4720c2 100644 --- a/modules/homelab/default.nix +++ b/modules/homelab/default.nix @@ -7,12 +7,12 @@ in { options.modules.homelab = { enable = lib.mkEnableOption "enable homelab services and configuration"; - media_user = lib.mkOption = { + media_user = lib.mkOption { default = "media"; type = lib.types.str; description = "user for media file permissions"; }; - media_group = lib.mkOption = { + media_group = lib.mkOption { default = "media"; type = lib.types.str; description = "group for media file permissions"; @@ -22,7 +22,7 @@ in type = lib.types.str; description = "set timezone"; }; - base_domain = lib.mkOption = { + base_domain = lib.mkOption { default = "snowbelle.lan"; type = lib.types.str; description = "base domain used for reverse proxy";