format clean up

This commit is contained in:
naturallaw77 2024-08-31 23:30:23 -07:00
parent 5fe30e3f4c
commit b8a31f1f6d

View File

@ -190,13 +190,13 @@ in
programs.nixvim = { programs.nixvim = {
enable = true; enable = true;
colorschemes.catppuccin.enable = true; colorschemes.catppuccin.enable = true;
plugins.lualine.enable = true; plugins.lualine.enable = true;
}; };
programs.bash.promptInit = "fish"; programs.bash.promptInit = "fish";
programs.fish = { programs.fish = {
enable = true; enable = true;
promptInit = "neofetch"; promptInit = "neofetch";
@ -415,11 +415,11 @@ backup /etc/nix-bitcoin-secrets/ localhost/
####### Open ports in the firewall ####### ####### Open ports in the firewall #######
networking.firewall.allowedTCPPorts = [ 80 443 5349 8448 3050 3051 ]; networking.firewall.allowedTCPPorts = [ 80 443 5349 8448 3050 3051 ];
networking.firewall.allowedUDPPorts = [ 80 443 5349 8448 3050 3051 ]; networking.firewall.allowedUDPPorts = [ 80 443 5349 8448 3050 3051 ];
networking.firewall.allowedUDPPortRanges = [ networking.firewall.allowedUDPPortRanges = [
{ from=49152; to=65535; } # TURN relay { from=49152; to=65535; } # TURN relay
]; ];
networking.firewall.enable = true; networking.firewall.enable = true;