updated system config
This commit is contained in:
parent
3a27da3777
commit
3698175d67
1 changed files with 4 additions and 1 deletions
|
@ -210,7 +210,10 @@
|
||||||
allowedTCPPorts = [22];
|
allowedTCPPorts = [22];
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
interfaces.enp11s0.wakeOnLan.policy = [" magic "];
|
interfaces.enp11s0.wakeOnLan = {
|
||||||
|
enable = true;
|
||||||
|
policy = [" magic "];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||||
|
|
Loading…
Reference in a new issue