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

12 lines
172 B
Nix
Raw Normal View History

{ ... }:
2025-01-20 18:28:16 +02:00
{
networking.hostName = "cert-store";
imports = [
../../shared/base.nix
../../servers/acme-cert-store.nix
2025-01-20 18:28:16 +02:00
];
services.qemuGuest.enable = true;
}