localsend
This commit is contained in:
parent
d7cb8b2a12
commit
e104989e40
1 changed files with 3 additions and 2 deletions
|
|
@ -156,6 +156,7 @@ in
|
||||||
# user packages
|
# user packages
|
||||||
obs-studio
|
obs-studio
|
||||||
neovim
|
neovim
|
||||||
|
localsend
|
||||||
|
|
||||||
comma #run nix run nixpkgs#nix-index to init
|
comma #run nix run nixpkgs#nix-index to init
|
||||||
|
|
||||||
|
|
@ -286,8 +287,8 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
networking.firewall.allowedTCPPorts = [ 22 53317 ];
|
||||||
networking.firewall.allowedUDPPorts = [ 22 ];
|
networking.firewall.allowedUDPPorts = [ 22 53317 ];
|
||||||
# Or disable the firewall altogether.
|
# Or disable the firewall altogether.
|
||||||
#networking.firewall.enable = false;
|
#networking.firewall.enable = false;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue