Fixed nixos config on macos

This commit is contained in:
Random936
2024-11-04 18:02:06 -08:00
parent 3e15342e68
commit e0e9fb4736
5 changed files with 3 additions and 5 deletions

View File

@@ -45,6 +45,7 @@
# Nextcloud Setup
services.nextcloud = {
enable = true;
package = pkgs.nextcloud30;
configureRedis = true;
database.createLocally = true;
autoUpdateApps.enable = true;