apcupsd for sentinel
This commit is contained in:
parent
23bf90b1c6
commit
8b70bfe18a
1 changed files with 13 additions and 3 deletions
|
|
@ -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’.
|
||||
|
|
|
|||
Loading…
Reference in a new issue