perso-desktop: Add support of wakeonlan
All checks were successful
check / check (push) Successful in 35s
All checks were successful
check / check (push) Successful in 35s
This commit is contained in:
parent
53e3bc39d2
commit
7a24263ae2
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue