My nix-darwin and NixOS config
3
fork

Configure Feed

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

nextcloud: raise maxUploadSize to 50G

+1 -1
+1 -1
modules/options.nix
··· 452 452 }; 453 453 maxUploadSize = mkOption { 454 454 type = str; 455 - default = "16G"; 455 + default = "50G"; 456 456 }; 457 457 smtp = { 458 458 fromAddress = mkOption {