addd frontends
This commit is contained in:
		
							parent
							
								
									af18a994e2
								
							
						
					
					
						commit
						8b17cc071d
					
				
					 1 changed files with 12 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -27,7 +27,6 @@
 | 
			
		|||
    dist.cookie._secret = config.sops.secrets."releaseCookie".path;
 | 
			
		||||
 | 
			
		||||
    config = {
 | 
			
		||||
      ":pleroma".":admin_token" = "uknJWzFoYtEyZXXsCCtAMYzojXMQoHas";
 | 
			
		||||
      ":pleroma".":instance" = {
 | 
			
		||||
        name = "GLaDTheresCake Akkoma";
 | 
			
		||||
        email = "akkoma@gladtherescake.eu";
 | 
			
		||||
| 
						 | 
				
			
			@ -39,6 +38,18 @@
 | 
			
		|||
          cmd_args = "-N delay,failure,success";
 | 
			
		||||
          qmail = true;
 | 
			
		||||
        };
 | 
			
		||||
        frontends = {
 | 
			
		||||
          primary = {
 | 
			
		||||
            package = pkgs.akkoma-frontends.akkoma-fe;
 | 
			
		||||
            name = "akkoma-fe";
 | 
			
		||||
            ref = "stable";
 | 
			
		||||
          };
 | 
			
		||||
          admin = {
 | 
			
		||||
            package = pkgs.akkoma-frontends.admin-fe;
 | 
			
		||||
            name = "admin-fe";
 | 
			
		||||
            ref = "stable";
 | 
			
		||||
          };
 | 
			
		||||
        };
 | 
			
		||||
        description = "Lillian's Akkoma server!";
 | 
			
		||||
        languages = ["en" "nl"];
 | 
			
		||||
        registrations_open = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue