summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-07-07 22:10:41 +0200
committerlassulus <lass@aidsballs.de>2016-07-07 22:10:41 +0200
commit8f3639df51ed85ac130b45525fabe6ce6f9cac26 (patch)
treef2acad15ad8d98c0402607441ff6afc7c83c6ffc
parentcd990015e15555570561af2e3a20e4d812ae2043 (diff)
l 1 helios: configure batter monitoring
-rw-r--r--lass/1systems/helios.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/lass/1systems/helios.nix b/lass/1systems/helios.nix
index 10b00de47..51d2afe84 100644
--- a/lass/1systems/helios.nix
+++ b/lass/1systems/helios.nix
@@ -26,6 +26,9 @@ with builtins;
enable = true;
};
}
+ {
+ lass.power-action.battery = "BAT1";
+ }
];
krebs.build.host = config.krebs.hosts.helios;