snowflake/modules/default.nix

10 lines
90 B
Nix

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