UPS: shutdown later
This commit is contained in:
parent
8a2266fe75
commit
c6fc7033d2
@ -20,9 +20,18 @@
|
||||
ram = 32;
|
||||
};
|
||||
deviceSpecific.isHost = true;
|
||||
services.apcupsd.enable = true;
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
services.apcupsd = {
|
||||
enable = false;
|
||||
configText = ''
|
||||
UPSTYPE usb
|
||||
NISIP 127.0.0.1
|
||||
BATTERYLEVEL 10
|
||||
MINUTES 1
|
||||
'';
|
||||
};
|
||||
|
||||
secrets.wireguard-wg0 = { };
|
||||
|
||||
environment.sessionVariables.WINEPREFIX = "/home/balsoft/.local/share/wineprefixes/default";
|
||||
|
Loading…
Reference in New Issue
Block a user