nix-conf/system/modules/localsend.nix
2026-01-10 12:46:40 +08:00

9 lines
89 B
Nix
Executable file

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