diff options
| author | schererleander <leander@schererleander.de> | 2025-05-30 04:14:43 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-30 04:14:43 +0200 |
| commit | 09d513ad78f2ab7d8b1f5fea7c977114e1d77f6d (patch) | |
| tree | fa7e4ddf104c17e279529ba1aef024fafb7101a2 /hosts | |
| parent | 9aa7bc128fa48e21a823de81927fa10968ff2108 (diff) | |
open ports
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/vps/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vps/configuration.nix b/hosts/vps/configuration.nix index 36307a1..7dee03d 100644 --- a/hosts/vps/configuration.nix +++ b/hosts/vps/configuration.nix @@ -48,7 +48,7 @@ }; }; - networking.firewall.allowedTCPPorts = [ 8693 ]; + networking.firewall.allowedTCPPorts = [ 80 443 8693 ]; nix.settings.experimental-features = [ "nix-command" "flakes" ]; nixpkgs.config.allowUnfree = true; |
