hosts/dandelion: add acme_dns secret

This commit is contained in:
LavaDesu 2024-07-24 13:28:29 +10:00
parent ac2b215ad6
commit ef15c4ca20
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -3,6 +3,10 @@
system.stateVersion = "23.11";
time.timeZone = "Australia/Melbourne";
age.secrets = {
acme_dns.file = ../../secrets/acme_dns.age;
};
imports = with modules.system; [
(modulesPath + "/profiles/qemu-guest.nix")
inputs.home-manager-stable.nixosModule