mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 15:16:23 +01:00
remove hardcoded ccchh ip addresses
This commit is contained in:
parent
8f1eb2c9c8
commit
16ed2477b9
|
@ -38,31 +38,6 @@ in {
|
||||||
"googletagservices.com"
|
"googletagservices.com"
|
||||||
"googlesyndication.com"
|
"googlesyndication.com"
|
||||||
];
|
];
|
||||||
"10.31.208.9" = [
|
|
||||||
"mqtt.z9"
|
|
||||||
];
|
|
||||||
"10.31.208.10" = [
|
|
||||||
"club-assistant.ccchh.net"
|
|
||||||
];
|
|
||||||
"10.31.208.23" = [
|
|
||||||
"light.z9"
|
|
||||||
"light.ccchh.net"
|
|
||||||
];
|
|
||||||
"10.31.210.31" = [
|
|
||||||
"octopi.z9.ccchh.net"
|
|
||||||
];
|
|
||||||
"10.31.210.33" = [
|
|
||||||
"wled-kueche.z9.ccchh.net"
|
|
||||||
];
|
|
||||||
"10.31.210.34" = [
|
|
||||||
"wled-serverschrank.z9.ccchh.net"
|
|
||||||
];
|
|
||||||
"10.31.208.25" = [
|
|
||||||
"zigbee2mqtt.ccchh.net"
|
|
||||||
];
|
|
||||||
"10.31.208.24" = [
|
|
||||||
"esphome.ccchh.net"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
environment.etc = (with builtins; (
|
environment.etc = (with builtins; (
|
||||||
|
|
Loading…
Reference in a new issue