acpid: Disable network access

This commit is contained in:
rht
2024-01-17 06:46:34 -05:00
parent b4f2ae9a31
commit fb8b20d90e
@@ -135,6 +135,7 @@ in
wantedBy = [ "multi-user.target" ];
serviceConfig = {
PrivateNetwork = true;
ExecStart = escapeShellArgs
([ "${pkgs.acpid}/bin/acpid"
"--foreground"