summaryrefslogtreecommitdiffstats
path: root/2configs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-12-17 21:11:01 +0100
committermakefu <github@syntax-fehler.de>2021-12-17 21:11:01 +0100
commitb6ed4481c8acbe0f1279fe979c6be73cef620a8e (patch)
tree7efbd4920ccfc28e6e5a71e868c232794aea7a59 /2configs
parent8043e45ad34f620acbd023d88bbf78b62fa00aaa (diff)
ma owncloud: update to 22
Diffstat (limited to '2configs')
-rw-r--r--2configs/deployment/owncloud.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/2configs/deployment/owncloud.nix b/2configs/deployment/owncloud.nix
index 0593cf7fc..610ba75fe 100644
--- a/2configs/deployment/owncloud.nix
+++ b/2configs/deployment/owncloud.nix
@@ -49,7 +49,7 @@ in {
services.nextcloud = {
enable = true;
- package = pkgs.nextcloud21;
+ package = pkgs.nextcloud22;
hostName = "o.euer.krebsco.de";
# Use HTTPS for links
https = true;