apcupsd for sentinel

This commit is contained in:
Benson Chu 2024-05-07 12:55:38 -05:00
parent 23bf90b1c6
commit 8b70bfe18a

View file

@ -45,9 +45,19 @@
};
# Configure keymap in X11
services.xserver = {
layout = "us";
xkbVariant = "";
services = {
apcupsd = {
enable = true;
configText = ''
UPSTYPE usb
'';
};
xserver = {
layout = "us";
xkbVariant = "";
};
};
# Define a user account. Don't forget to set a password with passwd.