Nix configurations for my homelab
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Disable nextcloud-notify_push

The service currently doesn't start and I don't want to look into
fixing it at the moment

yemou 77bb0072 97441294

+6 -4
+6 -4
modules/services/nextcloud.nix
··· 79 79 hostName = "cloud.lilac.pink"; 80 80 https = true; 81 81 maxUploadSize = "50G"; 82 - notify_push = { 83 - enable = true; 84 - nextcloudUrl = "http://[::1]:8080"; 85 - }; 82 + # TODO: For some reason this is broken now, try and fix it later i guess 83 + # might be an issue with this specific version, wait for 1.3.1 84 + # notify_push = { 85 + # enable = true; 86 + # nextcloudUrl = "http://[::1]:8080"; 87 + # }; 86 88 phpOptions = { 87 89 "opcache.interned_strings_buffer" = "16"; 88 90 # Needed to prevent `Failed to open stream: No such file or directory`