From 24aece1aa7c46e6a84f0e8b4fc8f50d3e22673d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Tue, 22 Aug 2023 20:55:47 -0300 Subject: [PATCH] monolith: remove acpi wakeup workaround --- hosts/monolith.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/monolith.nix b/hosts/monolith.nix index 73923fa..3fcfbe7 100644 --- a/hosts/monolith.nix +++ b/hosts/monolith.nix @@ -95,9 +95,6 @@ in fsType = "btrfs"; options = [ "nofail" ] ++ btrfs_options ++ btrfs_ssd; }; - services.udev.extraRules = '' - ACTION=="add", SUBSYSTEM=="pci", DRIVER=="pcieport", ATTR{power/wakeup}="disabled" - ''; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's # still possible to use this option, but it's recommended to use it in conjunction