snowflake/modules/services/default.nix

11 lines
100 B
Nix

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