diff options
author | Karel Kočí <cynerd@email.cz> | 2025-05-13 17:44:35 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2025-05-13 17:44:35 +0200 |
commit | a9d1b57d36c65626fb0316e35e8fe73a720ff46f (patch) | |
tree | 79a36612b81212a5a35765c3bca94f6591598a30 /nixos | |
parent | adb58e518ba1e6cf55af544fcc5cb9797cdf387f (diff) | |
download | nixos-personal-a9d1b57d36c65626fb0316e35e8fe73a720ff46f.tar.gz nixos-personal-a9d1b57d36c65626fb0316e35e8fe73a720ff46f.tar.bz2 nixos-personal-a9d1b57d36c65626fb0316e35e8fe73a720ff46f.zip |
nixos/lipwig: update nextcloud to 31
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/configurations/lipwig.nix | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/nixos/configurations/lipwig.nix b/nixos/configurations/lipwig.nix index 7c53587..5855b6d 100644 --- a/nixos/configurations/lipwig.nix +++ b/nixos/configurations/lipwig.nix @@ -199,7 +199,7 @@ # Nextcloud ################################################################ services.nextcloud = { enable = true; - package = pkgs.nextcloud30; + package = pkgs.nextcloud31; https = true; hostName = "cloud.cynerd.cz"; datadir = "/nas/nextcloud"; @@ -245,7 +245,6 @@ forms groupfolders impersonate - maps memories notes onlyoffice @@ -273,8 +272,13 @@ license = "agpl3Plus"; }; passwords = pkgs.fetchNextcloudApp { - url = "https://git.mdns.eu/api/v4/projects/45/packages/generic/passwords/2025.4.0/passwords.tar.gz"; - hash = "sha256-lj130UJ2WkDytGuYqofN8WtyPEWR0PSiTGIelRGtIyA="; + url = "https://git.mdns.eu/api/v4/projects/45/packages/generic/passwords/2025.5.1/passwords.tar.gz"; + hash = "sha256-v4IVpqbTN3TKORESFX+sJsiSrLkUc0b5Stj8CmznSIw="; + license = "agpl3Plus"; + }; + maps = pkgs.fetchNextcloudApp { + url = "https://github.com/nextcloud/maps/releases/download/v1.6.0-3-nightly/maps-1.6.0-3-nightly.tar.gz"; + hash = "sha256-E0S/CwXyye19lcuiONEQCyHJqlL0ZG1A9Q7oOTEZH1g="; license = "agpl3Plus"; }; }; |