archachatina: wake-on-lan

This commit is contained in:
Gabriel Ebner 2016-09-03 19:27:01 +02:00
parent e5a105ebba
commit 4409977321

@ -26,6 +26,13 @@
networking.hostName = "archachatina"; # Define your hostname.
networking.hostId = "cc7ea3ba";
services.wakeonlan.interfaces = [
{
interface = "enp3s0";
method = "magicpacket";
}
];
environment.systemPackages = with pkgs; [
beets
mediainfo