From c1afcd1c8c677bd0c5146b2f89c55233e3aa9421 Mon Sep 17 00:00:00 2001 From: Tungsten842 Date: Tue, 30 Jan 2024 22:49:43 +0100 Subject: [PATCH] Revert "acpid: Disable network access" --- nixos/modules/services/hardware/acpid.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/services/hardware/acpid.nix b/nixos/modules/services/hardware/acpid.nix index 6021aad09f45..821f4ef205fc 100644 --- a/nixos/modules/services/hardware/acpid.nix +++ b/nixos/modules/services/hardware/acpid.nix @@ -135,7 +135,6 @@ in wantedBy = [ "multi-user.target" ]; serviceConfig = { - PrivateNetwork = true; ExecStart = escapeShellArgs ([ "${pkgs.acpid}/bin/acpid" "--foreground"