Change IP of Intuos and forward SSH to it

This commit is contained in:
Bun 2025-03-31 12:30:45 -04:00
parent 0da3e4a95f
commit d183ffb5a1
2 changed files with 2 additions and 1 deletions

View file

@ -13,7 +13,7 @@
hostName = "intuos";
wireless.enable = true;
interfaces."wlp1s0".ipv4.addresses = [{
address = "10.2.0.102";
address = "10.2.0.101";
prefixLength = 8;
}];
defaultGateway = {