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

11 lines
172 B
Nix

{ ... }:
{
networking.hostName = "cert-store";
imports = [
../../shared/base.nix
../../servers/acme-cert-store.nix
];
services.qemuGuest.enable = true;
}