A new start
This commit is contained in:
commit
72271e8cae
78 changed files with 2472 additions and 0 deletions
9
hosts/pbp/default.nix
Normal file
9
hosts/pbp/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ suites, ... }:
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
] ++ suites.base;
|
||||
|
||||
bud.enable = true;
|
||||
bud.localFlakeClone = "/home/andrea/fleet";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue