This commit is contained in:
iFargle 2023-09-21 18:13:35 +09:00
parent 082f43d11b
commit 888cc66668

View file

@ -5,5 +5,5 @@
networking.hostName = "nixos-linode-img";
networking.firewall.allowedTCPPorts = [ 22 ];
networking.useDHCP = lib.mkForce "false";
networking.useDHCP = lib.mkForce false;
}