Add hostname to router namespace

This commit is contained in:
Fabian Hauser 2020-03-08 15:32:36 +00:00
parent 1e5b812663
commit af3305a51e
2 changed files with 5 additions and 2 deletions

View file

@ -16,7 +16,8 @@
prefixLength = 24;
domain = "ilanz.fh2.ch";
dhcpRange = "10.1.1.2,10.1.1.249";
}
routerHostName = "router";
},
}:
let pkgs = import<nixpkgs>{};