[durruti] rm cleartext passwords

This commit is contained in:
2024-06-26 12:13:50 +02:00
parent 30e1bb85e8
commit d566532635
2 changed files with 42 additions and 20 deletions

View File

@@ -3,6 +3,10 @@
with lib;
{
sops.defaultSopsFile = ./secrets.yaml;
sops.secrets.ep3bsDb = {};
sops.secrets.ep3bsMail = {};
boot.isContainer = true;
networking = {
hostName = mkDefault "durruti";
@@ -39,14 +43,14 @@ with lib;
address = "dynamicdiscorddresden@systemli.org";
host = "mail.systemli.org";
user = "dynamicdiscorddresden@systemli.org";
password = "E4XaTzv5hi0ClsMRtzy58uQ6D";
passwordFile = config.sops.secrets.ep3bsMail.path;
auth = "plain";
};
database = {
user = "malodbuser";
password = "aAljwdlaKQWhdakwLHdalkhwdhalaWLKhdaoiu";
passwordFile = config.sops.secrets.ep3bsDb.path;
};
};