Otherwise it kept restarting

This commit is contained in:
Andrea Ciceri 2024-02-11 14:09:42 +01:00
parent 8e7cd06fc4
commit cb0a071ee6
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -106,6 +106,6 @@
# TODO move away from here (how can the interface name be retrieved programmatically?)
networking.interfaces.enp11s0.wakeOnLan = {
enable = true;
policy = ["broadcast" "magic"];
policy = ["magic"];
};
}