snowflake/hosts/common/default.nix

9 lines
No EOL
85 B
Nix

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