diff --git a/config/networking.nix b/config/networking.nix index 68c587c..1f9cf80 100644 --- a/config/networking.nix +++ b/config/networking.nix @@ -1,4 +1,4 @@ -{ ip_address, hostname }: +{ ip_address, hostname, open_ports }: { # Configure hostname. networking.hostName = hostname;