diff options
| -rw-r--r-- | configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index 3d33abb..adbbb91 100644 --- a/configuration.nix +++ b/configuration.nix @@ -81,10 +81,10 @@ # $ nix search wget environment.systemPackages = with pkgs; [ vim + neovim nvi wget git - neovim librewolf nixfmt st @@ -226,6 +226,7 @@ ''; }; + # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ]; |
