[durruti] rm cleartext passwords
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user