Skip to content

Commit

Permalink
added wakeonlan
Browse files Browse the repository at this point in the history
  • Loading branch information
mksafavi committed Jul 22, 2024
1 parent 6c12cc3 commit 536112b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions system/t1000/networking.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@
networking.firewall.allowedUDPPorts = [
1716 # kdeconnect
];
networking.interfaces.enp14s0.wakeOnLan.enable = true;
}
1 change: 1 addition & 0 deletions system/t800/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

# Enable networking
networking.networkmanager.enable = true;
networking.interfaces.enp3s0.wakeOnLan.enable = true;

# Set your time zone.
time.timeZone = "Asia/Tehran";
Expand Down

0 comments on commit 536112b

Please sign in to comment.