11 lines
122 B
Nix
11 lines
122 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
...
|
|
}: {
|
|
imports = [
|
|
../modules/home/tailscale.nix
|
|
];
|
|
services.tailscale.enable = true;
|
|
}
|