Add default config for debian, use systemd-creds by default

This commit is contained in:
2025-12-02 15:08:19 +09:00
parent 999d6cbc71
commit fae1c2c1c8
6 changed files with 51 additions and 2 deletions
+1
View File
@@ -135,6 +135,7 @@ in
cfg.settings.mysql.socket_path
];
ImportCredential = "";
LoadCredential = lib.mkIf (cfg.settings.mysql.passwordFile != null) [
"mysql-password:${cfg.settings.mysql.passwordFile}"
];