acpid: Disable network access
This commit is contained in:
parent
b4f2ae9a31
commit
fb8b20d90e
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ in
|
|||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
serviceConfig = {
|
||||
PrivateNetwork = true;
|
||||
ExecStart = escapeShellArgs
|
||||
([ "${pkgs.acpid}/bin/acpid"
|
||||
"--foreground"
|
||||
|
|
Loading…
Reference in a new issue