We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8481b0 commit c9728cdCopy full SHA for c9728cd
projects/Mox/test.nix
@@ -19,6 +19,7 @@
19
# Allow necessary ports through the firewall
20
networking.firewall.allowedTCPPorts = [ 25 80 143 443 587 993 ];
21
networking.firewall.allowedUDPPorts = [ 53 ];
22
+ networking.useDHCP = false;
23
24
# Setup dnssec
25
networking.nameservers = [ "8.8.8.8" ];
0 commit comments