Background working for PBP host

This commit is contained in:
Andrea Ciceri 2021-10-23 19:56:33 +02:00
parent ce1484753d
commit 8f2faaead9
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
2 changed files with 11 additions and 5 deletions

View file

@ -5,5 +5,5 @@
] ++ suites.base;
bud.enable = true;
bud.localFlakeClone = "/home/andrea/fleet";
bud.localFlakeClone = "/home/ccr/fleet";
}