nix-stuff/machines/Archie/default.nix

6 lines
87 B
Nix
Executable file

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