init sops for mail and auth
This commit is contained in:
parent
43cfebcec6
commit
2fa576a302
6 changed files with 79 additions and 34 deletions
|
|
@ -25,6 +25,12 @@ let
|
|||
|
||||
in
|
||||
{
|
||||
sops = {
|
||||
defaultSopsFile = ./secrets.sops.yml;
|
||||
secrets = {
|
||||
"ldap_passwd".owner = "dovecot2";
|
||||
};
|
||||
};
|
||||
imports = [
|
||||
"${modulesPath}/virtualisation/proxmox-lxc.nix"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue