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;
|
||||
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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue