add hello-fonts
This commit is contained in:
		
							parent
							
								
									6729d93793
								
							
						
					
					
						commit
						c386394e10
					
				
					 3 changed files with 26 additions and 0 deletions
				
			
		
							
								
								
									
										17
									
								
								flake.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										17
									
								
								flake.lock
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -423,6 +423,22 @@
 | 
				
			||||||
        "type": "github"
 | 
					        "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": {
 | 
					    "home-manager": {
 | 
				
			||||||
      "inputs": {
 | 
					      "inputs": {
 | 
				
			||||||
        "nixpkgs": [
 | 
					        "nixpkgs": [
 | 
				
			||||||
| 
						 | 
					@ -583,6 +599,7 @@
 | 
				
			||||||
        "dhist": "dhist",
 | 
					        "dhist": "dhist",
 | 
				
			||||||
        "disko": "disko",
 | 
					        "disko": "disko",
 | 
				
			||||||
        "dzgui-nix": "dzgui-nix",
 | 
					        "dzgui-nix": "dzgui-nix",
 | 
				
			||||||
 | 
					        "hello-fonts": "hello-fonts",
 | 
				
			||||||
        "home-manager": "home-manager",
 | 
					        "home-manager": "home-manager",
 | 
				
			||||||
        "made-you-look": "made-you-look",
 | 
					        "made-you-look": "made-you-look",
 | 
				
			||||||
        "nix-index-database": "nix-index-database",
 | 
					        "nix-index-database": "nix-index-database",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -78,6 +78,10 @@
 | 
				
			||||||
      url = "git+https://git.lelgenio.com/lelgenio/youre-wrong";
 | 
					      url = "git+https://git.lelgenio.com/lelgenio/youre-wrong";
 | 
				
			||||||
      flake = false;
 | 
					      flake = false;
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					    hello-fonts = {
 | 
				
			||||||
 | 
					      url = "git+https://git.lelgenio.com/lelgenio/hello-fonts";
 | 
				
			||||||
 | 
					      flake = false;
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
  outputs =
 | 
					  outputs =
 | 
				
			||||||
    inputs:
 | 
					    inputs:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -38,4 +38,9 @@
 | 
				
			||||||
    forceSSL = true;
 | 
					    forceSSL = true;
 | 
				
			||||||
    root = inputs.youre-wrong;
 | 
					    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