hosts/hazel: add acme_dns secret
This commit is contained in:
parent
5f5412f433
commit
cc76cdf00d
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,10 @@
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
time.timeZone = "Australia/Melbourne";
|
time.timeZone = "Australia/Melbourne";
|
||||||
|
|
||||||
|
age.secrets = {
|
||||||
|
acme_dns.file = ../../secrets/acme_dns.age;
|
||||||
|
};
|
||||||
|
|
||||||
imports = with modules.system; with modules.services; [
|
imports = with modules.system; with modules.services; [
|
||||||
home-manager-stable
|
home-manager-stable
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue