nix: bump nixpkgs and mailserver
Some checks failed
Build_Deploy / linter (push) Successful in 15s
Build_Deploy / build (push) Successful in 32s
Build_Deploy / deploy_dns (push) Successful in 1m24s
Build_Deploy / deploy_active (active) (push) Successful in 1m23s
Build_Deploy / deploy_active (active-ext) (push) Successful in 43s
Build_Deploy / deploy_active (active-core) (push) Failing after 4m5s
Some checks failed
Build_Deploy / linter (push) Successful in 15s
Build_Deploy / build (push) Successful in 32s
Build_Deploy / deploy_dns (push) Successful in 1m24s
Build_Deploy / deploy_active (active) (push) Successful in 1m23s
Build_Deploy / deploy_active (active-ext) (push) Successful in 43s
Build_Deploy / deploy_active (active-core) (push) Failing after 4m5s
This commit is contained in:
parent
f33e14d8d1
commit
48b7cd2e54
2 changed files with 1 additions and 2 deletions
|
@ -27,7 +27,6 @@ in {
|
|||
age.secrets.acme.file = ../secrets/dns_certs.secret.age;
|
||||
|
||||
security.acme = {
|
||||
preliminarySelfsigned = false;
|
||||
acceptTerms = true;
|
||||
|
||||
defaults = {
|
||||
|
|
|
@ -470,7 +470,7 @@ in {
|
|||
|
||||
mailserver = {
|
||||
enable = true;
|
||||
stateVersion = 1;
|
||||
stateVersion = 3;
|
||||
|
||||
fqdn = "${cfg.sub}.${cfg.domain}";
|
||||
domains = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue