nixos-conf/hosts/cert-store/configuration.nix

9 lines
129 B
Nix
Raw Normal View History

{ ... }:
2025-01-20 18:28:16 +02:00
{
imports = [
../../shared/base.nix
2025-06-05 00:33:25 +03:00
../../shared/hardware/vm.nix
../../servers/acme-cert-store.nix
2025-01-20 18:28:16 +02:00
];
}