updated flake.lock

This commit is contained in:
Leyla Becker 2025-01-12 11:31:54 -06:00
parent f55abeb587
commit 266d0f9ec1
3 changed files with 26 additions and 25 deletions

View file

@ -40,6 +40,7 @@ in {
config = {
adminpassFile = config.sops.secrets."services/nextcloud_adminpass".path;
adminuser = "admin";
dbtype = "sqlite";
};
};
};