give unbound fixed ip address
This commit is contained in:
parent
cb01ec7e4c
commit
431e301673
1 changed files with 4 additions and 1 deletions
|
|
@ -156,7 +156,10 @@ in {
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "ns";
|
hostName = "ns";
|
||||||
interfaces.mv-vserver = {
|
interfaces.mv-vserver = {
|
||||||
useDHCP = true;
|
ipv4.addresses = [{
|
||||||
|
address = "10.42.97.2";
|
||||||
|
prefixLength = 24;
|
||||||
|
}];
|
||||||
};
|
};
|
||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue