13 lines
202 B
Nix
13 lines
202 B
Nix
{
|
|
config.flake.factory.nut-client = config: {
|
|
power.ups = {
|
|
enable = true;
|
|
mode = "netclient";
|
|
upsmon = {
|
|
enable = true;
|
|
monitor = config;
|
|
};
|
|
};
|
|
};
|
|
}
|