From 2971a7c1fb30d77e517e9e1934794c3a26cee0ca Mon Sep 17 00:00:00 2001 From: Random936 Date: Sun, 3 Nov 2024 20:47:11 -0800 Subject: [PATCH] Added bug fix for networking service failure --- config/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;