nix-config/shared/client/default.nix

6 lines
66 B
Nix

{ config, pkgs, ... }:
{
imports = [
./tailscale.nix
];
}