added rest of the nixos modules
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{ ... }:
|
||||
{
|
||||
flake.modules.wake_on_lan = { ... }: {
|
||||
networking.interfaces.enp5s0.wakeOnLan.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user