snowflake/modules/services/default.nix

9 lines
84 B
Nix

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