add hello-fonts
This commit is contained in:
		
							parent
							
								
									55ab02f3ce
								
							
						
					
					
						commit
						35ce459191
					
				
					 3 changed files with 26 additions and 0 deletions
				
			
		
							
								
								
									
										17
									
								
								flake.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										17
									
								
								flake.lock
									
										
									
										generated
									
									
									
								
							| 
						 | 
				
			
			@ -423,6 +423,22 @@
 | 
			
		|||
        "type": "github"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "hello-fonts": {
 | 
			
		||||
      "flake": false,
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1728232065,
 | 
			
		||||
        "narHash": "sha256-1DUW1YqZALPFxBM7HYcNZiCZQvMqUiJ1m04NU4IIe3I=",
 | 
			
		||||
        "ref": "refs/heads/main",
 | 
			
		||||
        "rev": "10f7485fea930bb45e97fbda0cd68f199a7e8f59",
 | 
			
		||||
        "revCount": 1,
 | 
			
		||||
        "type": "git",
 | 
			
		||||
        "url": "https://git.lelgenio.com/lelgenio/hello-fonts"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
        "type": "git",
 | 
			
		||||
        "url": "https://git.lelgenio.com/lelgenio/hello-fonts"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "home-manager": {
 | 
			
		||||
      "inputs": {
 | 
			
		||||
        "nixpkgs": [
 | 
			
		||||
| 
						 | 
				
			
			@ -583,6 +599,7 @@
 | 
			
		|||
        "dhist": "dhist",
 | 
			
		||||
        "disko": "disko",
 | 
			
		||||
        "dzgui-nix": "dzgui-nix",
 | 
			
		||||
        "hello-fonts": "hello-fonts",
 | 
			
		||||
        "home-manager": "home-manager",
 | 
			
		||||
        "made-you-look": "made-you-look",
 | 
			
		||||
        "nix-index-database": "nix-index-database",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -78,6 +78,10 @@
 | 
			
		|||
      url = "git+https://git.lelgenio.com/lelgenio/youre-wrong";
 | 
			
		||||
      flake = false;
 | 
			
		||||
    };
 | 
			
		||||
    hello-fonts = {
 | 
			
		||||
      url = "git+https://git.lelgenio.com/lelgenio/hello-fonts";
 | 
			
		||||
      flake = false;
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
  outputs =
 | 
			
		||||
    inputs:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -38,4 +38,9 @@
 | 
			
		|||
    forceSSL = true;
 | 
			
		||||
    root = inputs.youre-wrong;
 | 
			
		||||
  };
 | 
			
		||||
  services.nginx.virtualHosts."hello-fonts.lelgenio.com" = {
 | 
			
		||||
    enableACME = true;
 | 
			
		||||
    forceSSL = true;
 | 
			
		||||
    root = inputs.hello-fonts;
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue