feat(modules): add modules for some common settings

This commit is contained in:
xinyangli 2024-07-29 14:56:01 +08:00
parent 1ce5b9ef9a
commit ffb223d03f
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
4 changed files with 45 additions and 3 deletions

View file

@ -22,8 +22,8 @@ in
# TODO: mailserver support
};
};
config = {
services.vaultwarden = mkIf cfg.enable {
config = mkIf cfg.enable {
services.vaultwarden = {
enable = true;
dbBackend = "sqlite";
config = {