7 lines
110 B
Nix
7 lines
110 B
Nix
{stablePkgs, ...}: {
|
|
services.tailscale = {
|
|
enable = true;
|
|
# package = stablePkgs.tailscale;
|
|
};
|
|
}
|