snowflake/hosts/common/default.nix

9 lines
85 B
Nix
Raw Normal View History

{
default,
...
}: {
imports = [
./tailscale.nix
./security.nix
];
}