Skip to content

Commit c9728cd

Browse files
committed
just debugging
1 parent b8481b0 commit c9728cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/Mox/test.nix

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
# Allow necessary ports through the firewall
2020
networking.firewall.allowedTCPPorts = [ 25 80 143 443 587 993 ];
2121
networking.firewall.allowedUDPPorts = [ 53 ];
22+
networking.useDHCP = false;
2223

2324
# Setup dnssec
2425
networking.nameservers = [ "8.8.8.8" ];

0 commit comments

Comments
 (0)