From fb8b20d90e69d93b6886a4cb80039ca185b73b89 Mon Sep 17 00:00:00 2001 From: rht Date: Wed, 17 Jan 2024 06:46:34 -0500 Subject: [PATCH] acpid: Disable network access --- nixos/modules/services/hardware/acpid.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/hardware/acpid.nix b/nixos/modules/services/hardware/acpid.nix index 821f4ef205fc..6021aad09f45 100644 --- a/nixos/modules/services/hardware/acpid.nix +++ b/nixos/modules/services/hardware/acpid.nix @@ -135,6 +135,7 @@ in wantedBy = [ "multi-user.target" ]; serviceConfig = { + PrivateNetwork = true; ExecStart = escapeShellArgs ([ "${pkgs.acpid}/bin/acpid" "--foreground"