updated system config

This commit is contained in:
Natalie Marks 2024-01-19 06:46:26 -08:00
parent 3a27da3777
commit 3698175d67

View file

@ -210,7 +210,10 @@
allowedTCPPorts = [22];
enable = true;
};
interfaces.enp11s0.wakeOnLan.policy = [" magic "];
interfaces.enp11s0.wakeOnLan = {
enable = true;
policy = [" magic "];
};
};
# Open ports in the firewall.
# networking.firewall.allowedUDPPorts = [ ... ];