nixos-24.11 #6

Merged
sercanto merged 23 commits from nixos-24.11 into consensus 2025-02-17 13:10:39 +00:00
Showing only changes of commit 6e8b349f30 - Show all commits

View file

@ -39,7 +39,7 @@
enable = true; # Run regular auto update of all apps installed
startAt = "01:00:00"; # When to run the update
};
package = pkgs.nextcloud29;
package = pkgs.nextcloud30;
extraApps = with config.services.nextcloud.package.packages.apps; {
inherit calendar contacts deck gpoddersync notes tasks twofactor_webauthn;
};