stuff
This commit is contained in:
parent
1787dc7ed5
commit
8380fb260d
3 changed files with 15 additions and 2 deletions
9
hosts/insomniac/networking.nix
Normal file
9
hosts/insomniac/networking.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
# TODO
|
||||
networking.interfaces.TODO.wakeOnLan = {
|
||||
enable = true;
|
||||
policy = [
|
||||
"magic"
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue