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