fix: name confusion

This commit is contained in:
chloe 2025-05-10 10:53:23 +02:00
parent 6061f489e6
commit a6384d587d

View file

@ -9,14 +9,10 @@
with lib; with lib;
let let
cfg = config.homepage-dashboard; cfg = config.homepage-dashboard;
ip = cfg.baseURL; ip = "192.168.1.177";
in in
{ {
options = { options = {
homepage-dashboard.baseURL = mkOption {
type = types.str;
default = "192.168.1.177";
};
homepage-dashboard.proxmoxVEIp = mkOption { homepage-dashboard.proxmoxVEIp = mkOption {
type = types.str; type = types.str;
default = "192.168.1.10"; default = "192.168.1.10";
@ -30,7 +26,7 @@ in
default = "192.168.1.25"; default = "192.168.1.25";
}; };
baseUrl = mkOption { homepage-dashboard.baseUrl = mkOption {
type = types.str; type = types.str;
default = "rougebordeaux.xyz"; default = "rougebordeaux.xyz";
}; };