diff --git a/hosts/NixDawn/configuration.nix b/hosts/NixDawn/configuration.nix index ddd3295..dd07a2d 100644 --- a/hosts/NixDawn/configuration.nix +++ b/hosts/NixDawn/configuration.nix @@ -64,6 +64,18 @@ in devmon.enable = true; tumbler.enable = true; + apcupsd = { + enable = true; + + configText = '' + UPSTYPE usb + NISIP 127.0.0.1 + BATTERYLEVEL 50 + MINUTES 5 + ANNOY 30 + ''; + }; + syncthing = { enable = true; user = "benson";