9 lines
84 B
Nix
9 lines
84 B
Nix
{
|
|
default,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./tailscale.nix
|
|
./security.nix
|
|
];
|
|
}
|