nixfleet/hosts/pbp/default.nix
2021-09-29 21:37:59 +02:00

9 lines
147 B
Nix

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