nix/os,CFB4ED74: add webserver container
This commit is contained in:
parent
5815e4656b
commit
aa1393cdb8
2 changed files with 137 additions and 0 deletions
|
@ -69,5 +69,10 @@ in {
|
|||
hostAddress = "192.168.100.10";
|
||||
localAddress = "192.168.100.11";
|
||||
};
|
||||
|
||||
webserver = import ../../containers/webserver.nix {
|
||||
hostAddress = "192.168.100.12";
|
||||
localAddress = "192.168.100.13";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue