Codroipo
This commit is contained in:
parent
c49c7d0196
commit
021ee17f1b
18 changed files with 175 additions and 16 deletions
13
hosts/rock5b/default.nix
Normal file
13
hosts/rock5b/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{fleetModules, ...}: {
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
]
|
||||
++ fleetModules [
|
||||
"common"
|
||||
"ssh"
|
||||
"ccr"
|
||||
];
|
||||
|
||||
ccr.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue