mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
updated config options
This commit is contained in:
parent
938cdab9cd
commit
d44db3a569
2 changed files with 12 additions and 14 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue