os/hosts/maoam/default.nix

8 lines
82 B
Nix

{suites, ...}: {
imports =
[
./maoam.nix
]
++ suites.maoam;
}