add localsend
This commit is contained in:
parent
98c7d4d641
commit
caaa7405e1
@ -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";
|
||||||
|
|
||||||
|
|||||||
@ -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));
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user