acpid: Disable network access

This commit is contained in:
rht 2024-01-17 06:46:34 -05:00
parent b4f2ae9a31
commit fb8b20d90e
No known key found for this signature in database
GPG key ID: 1E76EA93A9B3D3E2

View file

@ -135,6 +135,7 @@ in
wantedBy = [ "multi-user.target" ];
serviceConfig = {
PrivateNetwork = true;
ExecStart = escapeShellArgs
([ "${pkgs.acpid}/bin/acpid"
"--foreground"