mirror of
https://github.com/materusPL/nixos-config
synced 2026-06-24 17:36:41 +00:00
wake on lan udev, SSH initrd, flake lock update, TODO nix settings
This commit is contained in:
@@ -46,4 +46,7 @@
|
||||
proxy = { };
|
||||
};
|
||||
};
|
||||
services.udev.extraRules = ''
|
||||
ACTION=="add", SUBSYSTEM=="net", NAME=="en*", RUN+="${pkgs.ethtool}/bin/ethtool -s $name wol g"
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user