add unbound to server1
This commit is contained in:
@@ -15,10 +15,17 @@
|
||||
|
||||
smayzy = {
|
||||
server.enable = true;
|
||||
containers.nixos.httpd = {
|
||||
enable = true;
|
||||
bridge = "br0";
|
||||
ip = "192.168.1.201/24";
|
||||
containers.nixos= {
|
||||
httpd = {
|
||||
enable = true;
|
||||
bridge = "br0";
|
||||
ip = "192.168.1.201/24";
|
||||
};
|
||||
unbound = {
|
||||
enable = true;
|
||||
bridge = "br0";
|
||||
ip = "192.168.1.202/24";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user