mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
fix wrong naming convention
This commit is contained in:
parent
32d03438fe
commit
4f247f6710
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue