Update all inputs (JackOS 24.06 "Carbrain")
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				CI / Check, build and cache Nix flake (push) Successful in 32m36s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	CI / Check, build and cache Nix flake (push) Successful in 32m36s
				
			This commit is contained in:
		@@ -92,7 +92,7 @@ in
 | 
			
		||||
 | 
			
		||||
          nextcloud = {
 | 
			
		||||
            enable = true;
 | 
			
		||||
            package = pkgs.nextcloud28;
 | 
			
		||||
            package = pkgs.nextcloud29;
 | 
			
		||||
            datadir = "/mnt/storage/nextcloud";
 | 
			
		||||
            hostName = "cloud.${domain}";
 | 
			
		||||
            https = true;
 | 
			
		||||
 
 | 
			
		||||
@@ -129,10 +129,9 @@
 | 
			
		||||
            wifi = {
 | 
			
		||||
              backend = "wpa_supplicant";
 | 
			
		||||
            };
 | 
			
		||||
            extraConfig = ''
 | 
			
		||||
              [main]
 | 
			
		||||
              no-auto-default=*
 | 
			
		||||
            '';
 | 
			
		||||
            settings = {
 | 
			
		||||
              main.no-auto-default = "*";
 | 
			
		||||
            };
 | 
			
		||||
          };
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -492,8 +492,7 @@ in
 | 
			
		||||
          }
 | 
			
		||||
        ];
 | 
			
		||||
      })
 | 
			
		||||
      # TODO: Wastebin is not in 23.11, remove check when 24.04 is released
 | 
			
		||||
      (mkIf (config.services ? "wastebin" && config.services.wastebin.enable) {
 | 
			
		||||
      (mkIf config.services.wastebin.enable {
 | 
			
		||||
        my.tmproot.persistence.config.directories = [ "/var/lib/private/wastebin" ];
 | 
			
		||||
      })
 | 
			
		||||
      (mkIf config.services.photoprism.enable {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user