vno1-rp3b: dhcp

This commit is contained in:
Motiejus Jakštys 2023-09-14 13:24:40 +03:00
parent 553cda8fc7
commit 45a9b7475b
1 changed files with 1 additions and 10 deletions

View File

@ -108,16 +108,7 @@
hostId = "4bd17751";
hostName = "vno1-rp3b";
domain = "servers.jakst";
defaultGateway = "192.168.189.4";
nameservers = ["192.168.189.4"];
interfaces.enu1u1u1.ipv4.addresses = [
{
address = "192.168.189.5";
prefixLength = 24;
}
];
firewall = {
};
dhcpcd.enable = true;
};
nixpkgs.hostPlatform = "aarch64-linux";