snowflake/modules/default.nix

11 lines
105 B
Nix

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