configure laptop (thunderbolt, ip, sleep, wol)

This commit is contained in:
Kopatz
2023-11-20 08:56:54 +01:00
parent b584dafa8c
commit 39c1759d6a
9 changed files with 35 additions and 7 deletions

View File

@@ -3,5 +3,5 @@ let
interface = vars.interface;
in
{
networking.interfaces.${interface}.wakeOnLan.enable;
networking.interfaces.${interface}.wakeOnLan.enable = true;
}