diff options
| author | EuAndreh <eu@euandre.org> | 2020-11-02 17:57:39 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2020-11-02 17:57:39 -0300 |
| commit | db50dd33511217a5e1e618c93c5d767c03a4dd18 (patch) | |
| tree | bbee1bb5107ff3b924c1367a19adbbcf8b41c2f9 | |
| parent | vps-configuration.nix: Use correct location of "fold" function (diff) | |
| download | server-db50dd33511217a5e1e618c93c5d767c03a4dd18.tar.gz server-db50dd33511217a5e1e618c93c5d767c03a4dd18.tar.xz | |
vps-configuration.nix: Remove deprecated attributes from nextcloud service
| -rw-r--r-- | vps-configuration.nix | 2 |
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"; |
