sourcephile
/
git
/
sourcephile-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
sourcehut: update patch
[sourcephile-nix.git]
/
hosts
/
losurdo
/
apc.nix
1
{
2
services.apcupsd = {
3
enable = true;
4
configText = ''
5
UPSTYPE usb
6
NISIP 127.0.0.1
7
BATTERYLEVEL 50
8
MINUTES 5
9
'';
10
hooks = {
11
};
12
};
13
}