alpha
Login
or
Join now
yemou.pink
/
nix-configs
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Nix configurations for my homelab
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Update NextCloud 32 -> 33
author
yemou
date
4 months ago
(Feb 23, 2026, 8:32 PM -0500)
commit
e4adbed3
e4adbed35b4fec039f8e69d9382318e5211dd0f9
parent
428cd928
428cd928bc60eb0c0f1304df8c004bb450520a6b
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
modules
services
nextcloud.nix
+1
-1
modules/services/nextcloud.nix
Reviewed
···
59
59
redis.package = pkgs.valkey;
60
60
nextcloud = {
61
61
enable = true;
62
62
-
package = pkgs.nextcloud32;
62
62
+
package = pkgs.nextcloud33;
63
63
appstoreEnable = true;
64
64
autoUpdateApps.enable = true;
65
65
caching = {