Changed IPs for VMs and added tailscale config

This commit is contained in:
Random936
2024-10-29 20:58:17 -07:00
parent 22c1c75af7
commit 8e9d5b730b
3 changed files with 7 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
#networking.firewall.allowedTCPPorts = [ ];
networking.interfaces.ens18.ipv4.addresses = [
{
address = "192.168.100.8";
address = "192.168.100.41";
prefixLength = 24;
}
];