update nix

use virt-manager module

fix miniflux's postgres config
This commit is contained in:
Gerg-L 2023-11-23 22:45:15 -05:00
parent d7711d2df2
commit c18415e7e6
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
4 changed files with 24 additions and 8 deletions

View file

@ -13,7 +13,7 @@ _:
ensureUsers = [
{
name = "miniflux";
ensurePermissions."DATABASE miniflux" = "ALL PRIVILEGES";
ensureDBOwnership = true;
}
];