give unbound fixed ip address

This commit is contained in:
2023-12-04 15:23:12 +01:00
parent cb01ec7e4c
commit 431e301673

View File

@@ -156,7 +156,10 @@ in {
networking = {
hostName = "ns";
interfaces.mv-vserver = {
useDHCP = true;
ipv4.addresses = [{
address = "10.42.97.2";
prefixLength = 24;
}];
};
firewall = {
enable = true;