diff options
| -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; |
