Add nut and upsmon

This commit is contained in:
Weckyy702
2026-05-13 17:41:03 +02:00
parent f3724fee3a
commit 007f448fe8
4 changed files with 48 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
config.flake.factory.nut-client = config: {
power.ups = {
enable = true;
mode = "netclient";
upsmon = {
enable = true;
monitor = config;
};
};
};
}