From 02d5fd082b045e257698ec63c9a52c063eae6a06 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Mon, 10 Feb 2025 14:03:14 -0600 Subject: update firefox config --- configuration.nix | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 564e8fa..88dee17 100644 --- a/configuration.nix +++ b/configuration.nix @@ -32,7 +32,8 @@ dhcpcd.extraConfig = "nohook resolv.conf"; hostName = "nixos"; # Define your hostname. wireless.enable = false; # Enables wireless support via wpa_supplicant. - firewall.enable = true; + firewall.enable = true; + firewall.allowedTCPPorts = [ 80 3000 ]; }; # touchpad @@ -168,6 +169,7 @@ brightnessctl discord vim + networkmanagerapplet (st.overrideAttrs { src = fetchGit { url = "https://github.com/ozpv/st.git"; @@ -252,12 +254,6 @@ # Enable the OpenSSH daemon. # services.openssh.enable = true; - # Open ports in the firewall. - # networking.firewall.allowedTCPPorts = [ ... ]; - # networking.firewall.allowedUDPPorts = [ ... ]; - # Or disable the firewall altogether. - # networking.firewall.enable = false; - # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave -- cgit v1.2.3