enabled wake on lan
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
...
|
||||
}: {
|
||||
flake.nixosModules.hackstationConfiguration = {pkgs, ...}: {
|
||||
networking.hostName = "HACKSTATION";
|
||||
networking = {
|
||||
interfaces.enp5s0.wakeOnLan.enable = true;
|
||||
hostName = "HACKSTATION"; };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user