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