mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-02-23 14:53:56 +01:00
fix: typo
This commit is contained in:
parent
16836bc4f2
commit
044de2fbf8
|
@ -8,7 +8,7 @@
|
||||||
database.createLocally = true;
|
database.createLocally = true;
|
||||||
config = {
|
config = {
|
||||||
dbtype = "pgsql";
|
dbtype = "pgsql";
|
||||||
adminpassFile = config.services.nextcloud.adminNextcloudPass;
|
adminpassFile = config.sops.secrets.adminNextcloudPass;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue