mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
Fixed option scope
This commit is contained in:
parent
c1722a9365
commit
c558c72c4c
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
|||
|
||||
autoUpdateApps.enable = true;
|
||||
|
||||
database.createLocally = false;
|
||||
config = {
|
||||
defaultPhoneRegion = "US";
|
||||
overwriteProtocol = "https";
|
||||
|
@ -28,7 +29,6 @@
|
|||
dbuser = "nextcloud";
|
||||
dbhost = "/run/postgresql";
|
||||
dbname = "nextcloud";
|
||||
database.createLocally = false;
|
||||
#dbpassFile = "/Aurora/nextcloud/nextcloud-db-password";
|
||||
|
||||
# This doesn't seem to be working, see this documation:
|
||||
|
|
Loading…
Reference in a new issue