diff options
| author | schererleander <leander@schererleander.de> | 2025-06-04 00:08:32 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-06-04 00:08:32 +0200 |
| commit | 54922b7cd588ac058842caa3b057c7b0e678eabb (patch) | |
| tree | d611c284f8f2ae5cffc2f813cdb2bcb985f7776c | |
| parent | d9f2c4310c0dbfb0868dab9192234d09c2b0a258 (diff) | |
use latest nextcloud package
| -rw-r--r-- | hosts/vps/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/vps/configuration.nix b/hosts/vps/configuration.nix index 84cf795..472b4aa 100644 --- a/hosts/vps/configuration.nix +++ b/hosts/vps/configuration.nix @@ -31,6 +31,7 @@ git gnutar gzip + zoxide neovim htop ]; @@ -82,6 +83,7 @@ services.nextcloud = { enable = true; + package = pkgs.nextcloud31; hostName = "cloud.schererleander.de"; https = true; database.createLocally = true; |
