nixos-servers/hosts/ca/default.nix
Torjus Håkestad 8b5a2825df
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m20s
Periodic flake update / flake-update (push) Successful in 1m44s
Add secrets to ca
2024-10-21 12:02:10 +02:00

8 lines
78 B
Nix

{ ... }:
{
imports = [
./configuration.nix
../../services/ca
];
}