nix-stuff/machines/Everest/default.nix
2023-06-01 13:07:12 +02:00

8 lines
84 B
Nix
Executable file

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