Add ca host

This commit is contained in:
2024-10-21 11:01:10 +02:00
parent a19161ca69
commit d7a6e09ce3
4 changed files with 86 additions and 1 deletions

6
hosts/ca/default.nix Normal file
View File

@@ -0,0 +1,6 @@
{ ... }:
{
imports = [
./configuration.nix
];
}