nixfleet/hosts/pbp/default.nix

9 lines
144 B
Nix

{ suites, ... }:
{
imports = [
./configuration.nix
] ++ suites.base;
bud.enable = true;
bud.localFlakeClone = "/home/ccr/fleet";
}