Put in settings
This commit is contained in:
		
							parent
							
								
									63d8d1ceb9
								
							
						
					
					
						commit
						f91bea3334
					
				@ -153,14 +153,16 @@ in
 | 
			
		||||
 | 
			
		||||
    services.radicale = lib.mkIf srvConfig.caldavEnable {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      # Run server port 5232
 | 
			
		||||
      server = {
 | 
			
		||||
        hosts = [ "0.0.0.0:5232" "[::]:5232" ];
 | 
			
		||||
      };
 | 
			
		||||
      auth = {
 | 
			
		||||
        type = "htpasswd";
 | 
			
		||||
        htpasswd_filename = "/home/luci/.config/radicale/rad_pass";
 | 
			
		||||
        htpasswd_encryption = "bcrypt";
 | 
			
		||||
      settings = {
 | 
			
		||||
        # Run server port 5232
 | 
			
		||||
        server = {
 | 
			
		||||
          hosts = [ "0.0.0.0:5232" "[::]:5232" ];
 | 
			
		||||
        };
 | 
			
		||||
        auth = {
 | 
			
		||||
          type = "htpasswd";
 | 
			
		||||
          htpasswd_filename = "/home/luci/.config/radicale/rad_pass";
 | 
			
		||||
          htpasswd_encryption = "bcrypt";
 | 
			
		||||
        };
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user