From 4f247f6710fff0097099a2663e441e0152f84b93 Mon Sep 17 00:00:00 2001 From: harry Date: Tue, 16 Jul 2024 11:50:32 +0200 Subject: [PATCH] fix wrong naming convention --- features/homelab-dashboard.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/features/homelab-dashboard.nix b/features/homelab-dashboard.nix index 1b71bd6..f835eb5 100644 --- a/features/homelab-dashboard.nix +++ b/features/homelab-dashboard.nix @@ -12,19 +12,19 @@ let in { options = { - homelab-dashboard.baseURL = mkOption { + homepage-dashboard.baseURL = mkOption { type = types.str; default = "192.168.1.177"; }; - homelab-dashboard.proxmoxVEIp = mkOption { + homepage-dashboard.proxmoxVEIp = mkOption { type = types.str; default = "192.168.1.10"; }; - homelab-dashboard.proxmoxBSIp = mkOption { + homepage-dashboard.proxmoxBSIp = mkOption { type = types.str; default = ""; }; - homelab-dashboard.piholeURL = mkOption { + homepage-dashboard.piholeURL = mkOption { type = types.str; default = "192.168.1.25"; };