perso-desktop: Add support of wakeonlan
All checks were successful
check / check (push) Successful in 35s

This commit is contained in:
Florian RICHER 2025-04-13 22:44:55 +02:00
parent 53e3bc39d2
commit 7a24263ae2
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77

View file

@ -70,4 +70,6 @@
extraPackages = with pkgs; [ rocmPackages.clr.icd amdvlk ]; extraPackages = with pkgs; [ rocmPackages.clr.icd amdvlk ];
extraPackages32 = with pkgs; [ driversi686Linux.amdvlk ]; extraPackages32 = with pkgs; [ driversi686Linux.amdvlk ];
}; };
networking.interfaces.enp16s0.wakeOnLan.enable = true;
} }