diff options
author | Tim Keller <tjkeller.xyz> | 2025-05-27 18:22:49 -0500 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-05-27 18:22:49 -0500 |
commit | 487f937dcf8cdbf6f1e67a0270d70fab6e09a245 (patch) | |
tree | 566fed4122f437bc65ca2b00c5ba094f9e725f79 /modules/root | |
parent | 5a7c879966d1dd9575b4dbc614c8a8377bb80244 (diff) | |
download | nixos-487f937dcf8cdbf6f1e67a0270d70fab6e09a245.tar.xz nixos-487f937dcf8cdbf6f1e67a0270d70fab6e09a245.zip |
open 1313 for hugo
Diffstat (limited to 'modules/root')
-rw-r--r-- | modules/root/software/development.nix | 5 |
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 + ]; }; } |