nixos-config/home/tailscale.nix

8 lines
108 B
Nix

{ pkgs, ... }:
{
services.trayscale = {
enable = true;
package = pkgs.unstable.trayscale;
};
}