Added open_ports argument to networking file
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
(import ./networking.nix {
|
||||
hostname = "sampledb-dev";
|
||||
ip_address = "192.168.100.42";
|
||||
open_ports = [ 80 443 ];
|
||||
})
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user