Added open_ports argument to networking file
This commit is contained in:
@@ -4,8 +4,9 @@
|
||||
../hardware/media.nix
|
||||
./headless.nix
|
||||
(import ./networking.nix {
|
||||
hostname = "sampledb-dev";
|
||||
hostname = "r330-media";
|
||||
ip_address = "192.168.100.40";
|
||||
open_ports = [ 80 443 32400 ];
|
||||
})
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user