about summary refs log tree commit diff
path: root/nixos/modules/services/hardware
diff options
context:
space:
mode:
authorTungsten842 <quantmint@protonmail.com>2024-01-30 22:49:43 +0100
committerGitHub <noreply@github.com>2024-01-30 22:49:43 +0100
commitc1afcd1c8c677bd0c5146b2f89c55233e3aa9421 (patch)
tree24ec72bbd3157f3951ff0746283d62ee0b55e6fa /nixos/modules/services/hardware
parent18559625bceca9f7d3af88b05e237f25efa9b947 (diff)
Revert "acpid: Disable network access"
Diffstat (limited to 'nixos/modules/services/hardware')
-rw-r--r--nixos/modules/services/hardware/acpid.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/acpid.nix b/nixos/modules/services/hardware/acpid.nix
index 6021aad09f450..821f4ef205fc5 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"