nix-conf/system/modules/localsend.nix
2025-08-05 12:36:48 +08:00

9 lines
89 B
Nix

{
...
}:
{
programs.localsend = {
enable = true;
openFirewall = true;
};
}