Nix configurations for my homelab
0

Configure Feed

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

Re-enable nextcloud-notify_push

+4 -6
+4 -6
modules/services/nextcloud.nix
··· 79 79 hostName = "cloud.lilac.pink"; 80 80 https = true; 81 81 maxUploadSize = "50G"; 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 - # }; 82 + notify_push = { 83 + enable = true; 84 + nextcloudUrl = "http://[::1]:8080"; 85 + }; 88 86 phpOptions = { 89 87 "opcache.interned_strings_buffer" = "16"; 90 88 # Needed to prevent `Failed to open stream: No such file or directory`