snowflake/modules/default.nix

10 lines
89 B
Nix
Raw Normal View History

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