add another update

This commit is contained in:
kp2pml30 2026-02-11 21:44:06 +09:00
parent 68a4779107
commit 96e942d8ac
Signed by: kp2pml30
GPG key ID: CD6528BAC23E3E34
15 changed files with 206 additions and 91 deletions

View file

@ -42,12 +42,12 @@
services.qemuGuest.enable = true;
networking = {
hostName = "v168671";
hostName = "v633633";
interfaces.ens3.ipv4.addresses = [ {
prefixLength = 24;
address = "185.121.233.63";
address = "146.103.126.11";
} ];
defaultGateway = "185.121.233.1";
defaultGateway = "146.103.126.1";
nameservers = [
"1.1.1.1"
"8.8.8.8"