Fix WoL
This commit is contained in:
@@ -26,4 +26,6 @@
|
|||||||
./users.nix
|
./users.nix
|
||||||
./power-plan.nix
|
./power-plan.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
networking.interfaces.eth0.wakeOnLan.enable = true;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,6 +17,6 @@
|
|||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
powertop
|
powertop
|
||||||
turbostat
|
linuxPackages_latest.turbostat
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user