fix: missing settings from nixpkgs update

This commit is contained in:
Leon Schwarzäugl 2025-02-25 22:45:41 +01:00
parent 4cef1b2727
commit 8006a0abf2
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
6 changed files with 17 additions and 4 deletions

View file

@ -23,6 +23,7 @@
config = {
adminuser = "admin";
adminpassFile = config.sops.secrets.nextcloudadminpass.path;
dbtype = "sqlite";
};
};