nix-config/configurations/installer/basic/default.nix

6 lines
54 B
Nix

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