Remove zerotier host aliases

This commit is contained in:
Filippo Berto 2025-05-18 14:00:31 +02:00
parent 587cd2e583
commit c4768eb2fd
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
10 changed files with 33 additions and 50 deletions

View file

@ -113,6 +113,7 @@ in
# "hwmon-path"= "/sys/class/hwmon/hwmon2/temp1_input";
"critical-threshold" = 90;
"format" = "{temperatureC}°C {icon}";
"format-critical" = "!{temperatureC}C {icon}";
"format-icons" = [ "" ];
} // (if hostName == "sif" then {
"hwmon-path" = "/sys/class/hwmon/hwmon7/temp1_input";

View file

@ -27,10 +27,5 @@
];
extraConfig = "";
};
# prezto = {
# enable = true;
# };
};
}