mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
fix: name confusion
This commit is contained in:
parent
6061f489e6
commit
a6384d587d
1 changed files with 2 additions and 6 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue