watch store and push to cachix
This commit is contained in:
		
							parent
							
								
									fda374502a
								
							
						
					
					
						commit
						7509584630
					
				
					 2 changed files with 8 additions and 0 deletions
				
			
		
							
								
								
									
										7
									
								
								system/cachix.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								system/cachix.nix
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,7 @@
 | 
			
		|||
{ pkgs, ... }: {
 | 
			
		||||
  services.cachix-watch-store = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    cacheName = "lelgenio";
 | 
			
		||||
    cachixTokenFile = "/etc/cachix-token";
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -4,6 +4,7 @@
 | 
			
		|||
{ config, pkgs, inputs, ... }: {
 | 
			
		||||
  imports = [
 | 
			
		||||
    ./gamemode.nix
 | 
			
		||||
    ./cachix.nix
 | 
			
		||||
    ./media-packages.nix
 | 
			
		||||
  ];
 | 
			
		||||
  packages.media-packages.enable = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue