hosts/hazel: add acme_dns secret

This commit is contained in:
LavaDesu 2025-04-05 14:13:05 +11:00
parent 5f5412f433
commit cc76cdf00d
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -3,6 +3,10 @@
system.stateVersion = "24.11";
time.timeZone = "Australia/Melbourne";
age.secrets = {
acme_dns.file = ../../secrets/acme_dns.age;
};
imports = with modules.system; with modules.services; [
home-manager-stable