diff --git a/hosts/sisyphe/features/services/homelab-dashboard.nix b/hosts/sisyphe/features/services/homelab-dashboard.nix index 7c7c9f4..1a21d79 100644 --- a/hosts/sisyphe/features/services/homelab-dashboard.nix +++ b/hosts/sisyphe/features/services/homelab-dashboard.nix @@ -9,14 +9,10 @@ with lib; let cfg = config.homepage-dashboard; - ip = cfg.baseURL; + ip = "192.168.1.177"; in { options = { - homepage-dashboard.baseURL = mkOption { - type = types.str; - default = "192.168.1.177"; - }; homepage-dashboard.proxmoxVEIp = mkOption { type = types.str; default = "192.168.1.10"; @@ -30,7 +26,7 @@ in default = "192.168.1.25"; }; - baseUrl = mkOption { + homepage-dashboard.baseUrl = mkOption { type = types.str; default = "rougebordeaux.xyz"; };