some small changes
This commit is contained in:
parent
3b44d72d0f
commit
766d21e2d6
|
@ -8,7 +8,7 @@
|
||||||
config.adminpassFile = "/etc/nextcloud-admin";
|
config.adminpassFile = "/etc/nextcloud-admin";
|
||||||
settings.overwriteprotocol = "https";
|
settings.overwriteprotocol = "https";
|
||||||
extraApps = {
|
extraApps = {
|
||||||
inherit (config.services.nextcloud.package.packages.apps) contacts calendar tasks;
|
inherit (config.services.nextcloud.package.packages.apps) contacts calendar tasks mail;
|
||||||
phonetrack = pkgs.fetchNextcloudApp {
|
phonetrack = pkgs.fetchNextcloudApp {
|
||||||
sha256 = "sha256-V92f+FiS5vZEkq15A51pHoDpUOBfUOEVIcsXdP/rSMQ=";
|
sha256 = "sha256-V92f+FiS5vZEkq15A51pHoDpUOBfUOEVIcsXdP/rSMQ=";
|
||||||
license = "agpl3Only";
|
license = "agpl3Only";
|
||||||
|
|
|
@ -6,5 +6,8 @@
|
||||||
passwordFile = "/home/usr/wg-keys/paperless";
|
passwordFile = "/home/usr/wg-keys/paperless";
|
||||||
address = "10.100.0.2";
|
address = "10.100.0.2";
|
||||||
port = 6230;
|
port = 6230;
|
||||||
|
settings = {
|
||||||
|
PAPERLESS_URL = "https://paperless.beepboop.systems";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue