summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-05-27 18:22:49 -0500
committerTim Keller <tjkeller.xyz>2025-05-27 18:22:49 -0500
commit487f937dcf8cdbf6f1e67a0270d70fab6e09a245 (patch)
tree566fed4122f437bc65ca2b00c5ba094f9e725f79
parent5a7c879966d1dd9575b4dbc614c8a8377bb80244 (diff)
downloadnixos-487f937dcf8cdbf6f1e67a0270d70fab6e09a245.tar.xz
nixos-487f937dcf8cdbf6f1e67a0270d70fab6e09a245.zip
open 1313 for hugo
-rw-r--r--modules/root/software/development.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/root/software/development.nix b/modules/root/software/development.nix
index 2a4dfba..72dbb32 100644
--- a/modules/root/software/development.nix
+++ b/modules/root/software/development.nix
@@ -14,5 +14,10 @@
lua
pkg-config
];
+
+ # Open 1313 for hugo serve
+ networking.firewall.allowedTCPPorts = [
+ 1313
+ ];
};
}