mirror of
				https://github.com/Jokiller230/puzzlevision.git
				synced 2025-10-30 21:30:05 +00:00 
			
		
		
		
	✨ Add attic-client package and catppuccin cache substituter
This commit is contained in:
		
							parent
							
								
									79cb2e9354
								
							
						
					
					
						commit
						229b768537
					
				
					 4 changed files with 5 additions and 2 deletions
				
			
		|  | @ -9,10 +9,12 @@ | |||
|     extra-substituters = [ | ||||
|       "https://cache.nixos.org" | ||||
|       "https://nix-community.cachix.org" | ||||
|       "https://catppuccin.cachix.org" | ||||
|     ]; | ||||
|     extra-trusted-public-keys = [ | ||||
|       "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" | ||||
|       "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" | ||||
|       "catppuccin.cachix.org-1:noG/4HkbhJb+lUAdKrph6LaozJvAeEEZj4N732IysmU=" | ||||
|     ]; | ||||
|   }; | ||||
| 
 | ||||
|  |  | |||
|  | @ -38,6 +38,7 @@ | |||
|     ## RUNTIMES and CLIs for development | ||||
|     bun | ||||
|     git | ||||
|     attic-client | ||||
|   ]; | ||||
| 
 | ||||
|   home.stateVersion = "25.05"; | ||||
|  |  | |||
|  | @ -34,7 +34,7 @@ in { | |||
|         nix = { | ||||
|           enable = true; | ||||
|           use-lix = true; | ||||
|           use-nixld =  true; | ||||
|           use-nixld = true; | ||||
|         }; | ||||
|       }; | ||||
| 
 | ||||
|  |  | |||
|  | @ -43,7 +43,7 @@ in { | |||
| 
 | ||||
|     services.traefik.dynamicConfigOptions = { | ||||
|       http = { | ||||
|         services.atticd.loadBalancer.servers = [ { url = "http://localhost:3900"; } ]; | ||||
|         services.atticd.loadBalancer.servers = [{url = "http://localhost:3900";}]; | ||||
|         routers.atticd = { | ||||
|           entryPoints = ["websecure"]; | ||||
|           service = "atticd"; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue