hs: fix network intface name for WOL
All checks were successful
/ build-all (push) Successful in 1m14s
All checks were successful
/ build-all (push) Successful in 1m14s
This commit is contained in:
parent
008bfe94d7
commit
14c5e1213d
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ in {
|
|||
|
||||
services.fail2ban.enable = true;
|
||||
|
||||
networking.interfaces.enp10s0.wakeOnLan.enable = true;
|
||||
networking.interfaces.enp9s0.wakeOnLan.enable = true;
|
||||
systemd.services.ragnamod = {
|
||||
enable = false;
|
||||
after = [ "network.target" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue