This commit is contained in:
iFargle 2023-09-21 18:14:30 +09:00
parent 888cc66668
commit 46f5acedb8

View file

@ -6,4 +6,5 @@
networking.firewall.allowedTCPPorts = [ 22 ]; networking.firewall.allowedTCPPorts = [ 22 ];
networking.useDHCP = lib.mkForce false; networking.useDHCP = lib.mkForce false;
networking.enableIPv6 = lib.mkForce false;
} }