summaryrefslogtreecommitdiff
path: root/configuration.nix
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2025-02-10 14:03:14 -0600
committerozpv <39195175+ozpv@users.noreply.github.com>2025-02-10 14:03:14 -0600
commit02d5fd082b045e257698ec63c9a52c063eae6a06 (patch)
tree92c00ce970a07dbba3cbba4260c56f2c550a282c /configuration.nix
parent77f9ed500295fc9d4f2a5696bf029a070856494b (diff)
update firefox config
Diffstat (limited to 'configuration.nix')
-rw-r--r--configuration.nix10
1 files changed, 3 insertions, 7 deletions
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