phandom: remove wiki
This commit is contained in:
		
							parent
							
								
									30ea33079a
								
							
						
					
					
						commit
						de26e20ed4
					
				
					 2 changed files with 0 additions and 24 deletions
				
			
		| 
						 | 
				
			
			@ -10,7 +10,6 @@
 | 
			
		|||
    ./syncthing.nix
 | 
			
		||||
    ./users.nix
 | 
			
		||||
    ./writefreely.nix
 | 
			
		||||
    ./renawiki.nix
 | 
			
		||||
    ./email.nix
 | 
			
		||||
    ./forgejo.nix
 | 
			
		||||
  ];
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,23 +0,0 @@
 | 
			
		|||
{ config, pkgs, inputs, ... }: {
 | 
			
		||||
  services.mediawiki = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    name = "Rena Wiki";
 | 
			
		||||
 | 
			
		||||
    webserver = "nginx";
 | 
			
		||||
    nginx.hostName = "renawiki.lelgenio.xyz";
 | 
			
		||||
    passwordFile = config.age.secrets.phantom-renawiki.path;
 | 
			
		||||
 | 
			
		||||
    extensions.VisualEditor = null;
 | 
			
		||||
  };
 | 
			
		||||
  services.nginx.virtualHosts."renawiki.lelgenio.xyz" = {
 | 
			
		||||
    enableACME = true;
 | 
			
		||||
    forceSSL = true;
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  age.secrets.phantom-renawiki = {
 | 
			
		||||
    file = ../../secrets/phantom-renawiki.age;
 | 
			
		||||
    mode = "400";
 | 
			
		||||
    owner = "mediawiki";
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue