nixfleet/hosts/pbp/default.nix

9 lines
145 B
Nix

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