wake on lan udev, SSH initrd, flake lock update, TODO nix settings

This commit is contained in:
2026-04-03 23:16:53 +02:00
parent d51b13294c
commit 3afafba3ce
12 changed files with 217 additions and 60 deletions
+3
View File
@@ -46,4 +46,7 @@
proxy = { };
};
};
services.udev.extraRules = ''
ACTION=="add", SUBSYSTEM=="net", NAME=="en*", RUN+="${pkgs.ethtool}/bin/ethtool -s $name wol g"
'';
}