[WIP] New hosts
This commit is contained in:
parent
c40493fe2a
commit
6d8b757919
14 changed files with 632 additions and 63 deletions
20
hosts/pbp/default.nix
Normal file
20
hosts/pbp/default.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
fleetModules,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
]
|
||||
++ fleetModules [
|
||||
"common"
|
||||
"ssh"
|
||||
"ccr"
|
||||
#"mara"
|
||||
];
|
||||
|
||||
ccr.enable = true;
|
||||
# mara.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue