aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-11-02 17:57:39 -0300
committerEuAndreh <eu@euandre.org>2020-11-02 17:57:39 -0300
commitdb50dd33511217a5e1e618c93c5d767c03a4dd18 (patch)
treebbee1bb5107ff3b924c1367a19adbbcf8b41c2f9
parentvps-configuration.nix: Use correct location of "fold" function (diff)
downloadtoph-db50dd33511217a5e1e618c93c5d767c03a4dd18.tar.gz
toph-db50dd33511217a5e1e618c93c5d767c03a4dd18.tar.xz
vps-configuration.nix: Remove deprecated attributes from nextcloud service
-rw-r--r--vps-configuration.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/vps-configuration.nix b/vps-configuration.nix
index 8ef0693..9d641d6 100644
--- a/vps-configuration.nix
+++ b/vps-configuration.nix
@@ -167,8 +167,6 @@ in {
nextcloud = {
enable = true;
- package = pkgs.nextcloud19;
- nginx.enable = true;
hostName = config.nextcloudDomain;
https = true;
maxUploadSize = "4G";