add localsend

This commit is contained in:
Simon Gardling 2025-07-31 19:46:38 -07:00
parent 98c7d4d641
commit caaa7405e1
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D
2 changed files with 6 additions and 0 deletions

View File

@ -233,6 +233,10 @@
''; '';
}; };
# port 53317 for localsend
networking.firewall.allowedUDPPorts = [ 53317 ];
networking.firewall.allowedTCPPorts = [ 53317 ];
system.stateVersion = "25.05"; system.stateVersion = "25.05";
nixpkgs.hostPlatform = "x86_64-linux"; nixpkgs.hostPlatform = "x86_64-linux";

View File

@ -128,6 +128,8 @@
keepassxc keepassxc
freecad-wayland freecad-wayland
localsend
] ]
++ (builtins.filter lib.isDerivation (builtins.attrValues nerd-fonts)); ++ (builtins.filter lib.isDerivation (builtins.attrValues nerd-fonts));