diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-02-13 00:29:25 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-02-13 00:29:25 -0800 |
commit | 5e02cdc7ed82ac10375cacfca6920f20f5729059 (patch) | |
tree | 53466f89296545a8df26fbc2e30a37a395a0613a /nix/systems/spontaneity/default.nix | |
parent | f10285de4d0b5c69d026e948a9d9d7278a2ffb64 (diff) |
Add vps capabilities
Diffstat (limited to 'nix/systems/spontaneity/default.nix')
-rw-r--r-- | nix/systems/spontaneity/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nix/systems/spontaneity/default.nix b/nix/systems/spontaneity/default.nix index df3dc6b..a40c53a 100644 --- a/nix/systems/spontaneity/default.nix +++ b/nix/systems/spontaneity/default.nix @@ -17,4 +17,8 @@ grub.enable = true; }; }; + config.networking.firewall.allowedTCPPorts = [ + 80 + 443 + ]; } |