summaryrefslogtreecommitdiff
path: root/sys/hardware/apc.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sys/hardware/apc.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/hardware/apc.nix b/sys/hardware/apc.nix
index 9614c48..97a5bb0 100644
--- a/sys/hardware/apc.nix
+++ b/sys/hardware/apc.nix
@@ -1,8 +1,11 @@
-{ config, lib, ... }:
+{
+ config,
+ lib,
+ ...
+}:
with lib; let
cfg = config.local.hardware.apc;
-in
-{
+in {
options.local.hardware.apc = {
enable = mkEnableOption "APC UPS support";
};