Wyatt J. Miller 831fce71b8 added quadlet-nix input, created initial ixion config, created wrapper around quadlets
also wrote some doucumentation about quadlets, nothing too comprehesive
though as the wrapper might get removed later
2025-06-01 19:04:38 -04:00

7 lines
87 B
Nix

{...}: {
imports = [
./configuration.nix
./hardware-configuration.nix
];
}