snowflake/modules/default.nix

12 lines
121 B
Nix

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