init sops for mail and auth

This commit is contained in:
goeranh 2026-03-21 18:03:50 +01:00
parent 43cfebcec6
commit 2fa576a302
No known key found for this signature in database
6 changed files with 79 additions and 34 deletions

View file

@ -25,6 +25,12 @@ let
in
{
sops = {
defaultSopsFile = ./secrets.sops.yml;
secrets = {
"ldap_passwd".owner = "dovecot2";
};
};
imports = [
"${modulesPath}/virtualisation/proxmox-lxc.nix"
];