snowflake/modules/default.nix

11 lines
110 B
Nix

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