infra/nixos/modules/default.nix

6 lines
43 B
Nix

{...}: {
imports = [
./system
];
}