nixfleet/hosts/pbp/default.nix

6 lines
79 B
Nix

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