1
0
Fork 0
puter/hosts/insomniac/networking.nix

9 lines
110 B
Nix
Raw Normal View History

2025-07-07 18:45:06 +02:00
{
2025-07-12 13:55:50 +02:00
networking.interfaces.enp10s0.wakeOnLan = {
2025-07-07 18:45:06 +02:00
enable = true;
policy = [
"magic"
];
};
}