snowflake/modules/default.nix

9 lines
101 B
Nix

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