]> Git — Sourcephile - sourcephile-nix.git/blob - hosts/losurdo/apc.nix
nix: format all .nix files
[sourcephile-nix.git] / hosts / losurdo / apc.nix
1 {
2 services.apcupsd = {
3 enable = true;
4 configText = ''
5 UPSTYPE usb
6 NISIP 127.0.0.1
7 BATTERYLEVEL 50
8 MINUTES 5
9 '';
10 hooks = { };
11 };
12 }