7 lines
117 B
Nix
7 lines
117 B
Nix
{ ... }:
|
|
{
|
|
flake.modules.wake_on_lan = { ... }: {
|
|
networking.interfaces.enp5s0.wakeOnLan.enable = true;
|
|
};
|
|
}
|