nixfleet/hosts/hs/default.nix

7 lines
80 B
Nix

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