11 lines
142 B
Nix
11 lines
142 B
Nix
{ ... }:
|
|
{
|
|
kropcloud = {
|
|
services = {
|
|
tailscale = {
|
|
enable = true;
|
|
asRouter.enable = true;
|
|
};
|
|
};
|
|
};
|
|
}
|