hosts/dandelion: add acme_dns secret
This commit is contained in:
parent
ac2b215ad6
commit
ef15c4ca20
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,10 @@
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
time.timeZone = "Australia/Melbourne";
|
time.timeZone = "Australia/Melbourne";
|
||||||
|
|
||||||
|
age.secrets = {
|
||||||
|
acme_dns.file = ../../secrets/acme_dns.age;
|
||||||
|
};
|
||||||
|
|
||||||
imports = with modules.system; [
|
imports = with modules.system; [
|
||||||
(modulesPath + "/profiles/qemu-guest.nix")
|
(modulesPath + "/profiles/qemu-guest.nix")
|
||||||
inputs.home-manager-stable.nixosModule
|
inputs.home-manager-stable.nixosModule
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue