Add custom Nix cache to Nix configs
This commit is contained in:
		@@ -48,6 +48,13 @@ in
 | 
			
		||||
        settings = {
 | 
			
		||||
          trusted-users = [ "@wheel" ];
 | 
			
		||||
          experimental-features = [ "nix-command" "flakes" "ca-derivations" ];
 | 
			
		||||
          substituters = [
 | 
			
		||||
            "https://nix-cache.nul.ie"
 | 
			
		||||
            "https://cache.nixos.org"
 | 
			
		||||
          ];
 | 
			
		||||
          trusted-public-keys = [
 | 
			
		||||
            lib.my.nix.cacheKey
 | 
			
		||||
          ];
 | 
			
		||||
        };
 | 
			
		||||
        registry = {
 | 
			
		||||
          pkgs = {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user