updated config options

This commit is contained in:
Nickiel12 2024-02-02 17:09:12 -08:00
parent 938cdab9cd
commit d44db3a569
2 changed files with 12 additions and 14 deletions

View file

@ -12,7 +12,7 @@
autoUpdateApps.enable = true;
extraOptions = {
settings = {
preview_max_x = 2048;
preview_max_y = 2048;
jpeg_quality = 50;
@ -25,6 +25,15 @@
"OC\\Preview\\MP4"
"OC\\Preview\\MOVIE"
];
defaultPhoneRegion = "US";
overwriteProtocol = "https";
extraTrustedDomains = [
"10.0.0.183"
"files.nickiel.net"
];
trustedProxies = [
"files.nickiel.net"
];
};
database.createLocally = false;
@ -40,17 +49,6 @@
adminpassFile = "/Aurora/nextcloud/nextcloud-admin-password";
adminuser = "admin";
};
extraOptions = {
defaultPhoneRegion = "US";
overwriteProtocol = "https";
extraTrustedDomains = [
"10.0.0.183"
"files.nickiel.net"
];
trustedProxies = [
"files.nickiel.net"
];
};
};
services.postgresql = {

View file

@ -19,8 +19,8 @@
services.xserver = {
enable = true;
layout = "us";
xkbOptions = "caps:super";
xkb.layout = "us";
xkb.options = "caps:super";
desktopManager.plasma5.enable = true;
displayManager.defaultSession = "plasma";