feat(modules): add modules for some common settings
This commit is contained in:
parent
1ce5b9ef9a
commit
ffb223d03f
4 changed files with 45 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue