forked from fediversity/fediversity
		
	Compare commits
	
		
			1 commit
		
	
	
		
			a7ed2f71ea
			...
			df0c36276f
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| df0c36276f | 
					 1 changed files with 0 additions and 12 deletions
				
			
		| 
						 | 
					@ -1,5 +1,4 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  inputs,
 | 
					 | 
				
			||||||
  lib,
 | 
					  lib,
 | 
				
			||||||
  hostPkgs,
 | 
					  hostPkgs,
 | 
				
			||||||
  config,
 | 
					  config,
 | 
				
			||||||
| 
						 | 
					@ -151,17 +150,6 @@ in
 | 
				
			||||||
        (import ../../../panel { }).module
 | 
					        (import ../../../panel { }).module
 | 
				
			||||||
      ];
 | 
					      ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      ## FIXME: This should be in the common stuff.
 | 
					 | 
				
			||||||
      security.acme = {
 | 
					 | 
				
			||||||
        acceptTerms = true;
 | 
					 | 
				
			||||||
        defaults.email = "test@test.com";
 | 
					 | 
				
			||||||
        defaults.server = "https://acme.test/dir";
 | 
					 | 
				
			||||||
      };
 | 
					 | 
				
			||||||
      security.pki.certificateFiles = [
 | 
					 | 
				
			||||||
        (import "${inputs.nixpkgs}/nixos/tests/common/acme/server/snakeoil-certs.nix").ca.cert
 | 
					 | 
				
			||||||
      ];
 | 
					 | 
				
			||||||
      networking.extraHosts = "${config.acmeNodeIP} acme.test";
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
      services.panel = {
 | 
					      services.panel = {
 | 
				
			||||||
        enable = true;
 | 
					        enable = true;
 | 
				
			||||||
        production = true;
 | 
					        production = true;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue