Compare commits

..

No commits in common. "16ed2477b941739e2cfe815afee1393e1a753782" and "20eca333f8ed3af4fa6e96e0a67a5bae41e97fa7" have entirely different histories.

2 changed files with 34 additions and 10 deletions

View file

@ -25,20 +25,19 @@
"https://addons.mozilla.org/firefox/downloads/latest/torproject-snowflake" "https://addons.mozilla.org/firefox/downloads/latest/torproject-snowflake"
"https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager" "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager"
"https://addons.mozilla.org/firefox/downloads/latest/terms-of-service-didnt-read" "https://addons.mozilla.org/firefox/downloads/latest/terms-of-service-didnt-read"
"https://addons.mozilla.org/firefox/downloads/latest/cookie-autodelete"
]; ];
Extensions.Uninstall = [ Extensions.Uninstall = [
"google@search.mozilla.org" "google@search.mozilla.org"
"bing@search.mozilla.org" "bing@search.mozilla.org"
"amazondotcom@search.mozilla.org" "amazondotcom@search.mozilla.org"
"ebay@search.mozilla.org" "ebay@search.mozilla.org"
"twitter@search.mozilla.org" "twitter@search.mozilla.org"
]; ];
SearchEngines = [ SearchEngines = [
"Google" "Google"
"Bing" "Bing"
"Amazon.com" "Amazon.com"
"eBay" "eBay"
"Twitter" "Twitter"
]; ];
"DisableFirefoxStudies" = true; "DisableFirefoxStudies" = true;

View file

@ -38,6 +38,31 @@ 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; (