ma secrects: add lego-binaergewitter

This commit is contained in:
makefu 2022-09-23 22:42:33 +02:00
parent 0fc70d222f
commit 409751f547
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
2 changed files with 3 additions and 1 deletions

View File

@ -52,6 +52,7 @@ with import <stockholm/lib>;
gnumake
rxvt_unicode.terminfo
htop
nix-output-monitor
];
programs.bash.enableCompletion = true;
@ -86,8 +87,9 @@ with import <stockholm/lib>;
'';
environment.pathsToLink = [ "/share" ];
security.acme = {
email = "letsencrypt@syntax-fehler.de";
defaults.email = "letsencrypt@syntax-fehler.de";
acceptTerms = true;
};
system.stateVersion = lib.mkDefault "20.03";
services.postgresql.package = pkgs.postgresql_14;
}