mirror of
				https://github.com/materusPL/nixos-config
				synced 2025-11-04 06:20:27 +01:00 
			
		
		
		
	Compare commits
	
		
			4 Commits
		
	
	
		
			f4e0d49672
			...
			9dc390d1a4
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 9dc390d1a4 | |||
| c2cac01772 | |||
| 9329921cfb | |||
| 4d4157e63a | 
@ -45,7 +45,23 @@
 | 
			
		||||
        extraOptions = {
 | 
			
		||||
          mail_smtpmode = "sendmail";
 | 
			
		||||
          mail_sendmailmode = "pipe";
 | 
			
		||||
          enable_previews = true;
 | 
			
		||||
          enabledPreviewProviders = [
 | 
			
		||||
            ''OC\Preview\Movie''
 | 
			
		||||
            ''OC\Preview\PNG''
 | 
			
		||||
            ''OC\Preview\JPEG''
 | 
			
		||||
            ''OC\Preview\GIF''
 | 
			
		||||
            ''OC\Preview\BMP''
 | 
			
		||||
            ''OC\Preview\XBitmap''
 | 
			
		||||
            ''OC\Preview\MP3''
 | 
			
		||||
            ''OC\Preview\MP4''
 | 
			
		||||
            ''OC\Preview\TXT''
 | 
			
		||||
            ''OC\Preview\MarkDown''
 | 
			
		||||
            ''OC\Preview\PDF''
 | 
			
		||||
          ];
 | 
			
		||||
          "overwrite.cli.url" = "https://${config.services.nextcloud.hostName}";
 | 
			
		||||
        };
 | 
			
		||||
        globalProfiles = true;
 | 
			
		||||
 | 
			
		||||
        phpOptions = {
 | 
			
		||||
          "opcache.interned_strings_buffer" = "10";
 | 
			
		||||
@ -54,6 +70,7 @@
 | 
			
		||||
          "opcache.revalidate_freq" = "60";
 | 
			
		||||
          "opcache.save_comments" = "1";
 | 
			
		||||
        };
 | 
			
		||||
        phpExtraExtensions = ex: [ ex.zip ex.zlib ex.tidy ];
 | 
			
		||||
      };
 | 
			
		||||
      services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {
 | 
			
		||||
        forceSSL = true;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user