Added open_ports argument to networking file

This commit is contained in:
Random936
2024-11-03 20:48:50 -08:00
parent 627dd4c412
commit 45dc1cfe52
3 changed files with 5 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
(import ./networking.nix {
hostname = "sampledb-dev";
ip_address = "192.168.100.42";
open_ports = [ 80 443 ];
})
];