nix-stuff/machines/Archie/default.nix

8 lines
84 B
Nix
Executable file

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