format clean up
This commit is contained in:
parent
5fe30e3f4c
commit
b8a31f1f6d
@ -190,13 +190,13 @@ in
|
||||
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
|
||||
colorschemes.catppuccin.enable = true;
|
||||
plugins.lualine.enable = true;
|
||||
};
|
||||
|
||||
|
||||
programs.bash.promptInit = "fish";
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
promptInit = "neofetch";
|
||||
@ -415,11 +415,11 @@ backup /etc/nix-bitcoin-secrets/ localhost/
|
||||
####### Open ports in the firewall #######
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 5349 8448 3050 3051 ];
|
||||
networking.firewall.allowedUDPPorts = [ 80 443 5349 8448 3050 3051 ];
|
||||
|
||||
networking.firewall.allowedUDPPortRanges = [
|
||||
{ from=49152; to=65535; } # TURN relay
|
||||
];
|
||||
|
||||
|
||||
networking.firewall.enable = true;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user