Compare commits
	
		
			No commits in common. "aef4e331ae084296325ac91d52571b445fffeb4e" and "1dde4c769e3c0fd323af9a39d1b01a7754c90bdc" have entirely different histories.
		
	
	
		
			aef4e331ae
			...
			1dde4c769e
		
	
		
					 3 changed files with 2 additions and 21 deletions
				
			
		| 
						 | 
				
			
			@ -9,20 +9,6 @@
 | 
			
		|||
  services.nextcloud = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    package = pkgs.nextcloud30;
 | 
			
		||||
    extraApps = {
 | 
			
		||||
      inherit (config.services.nextcloud.package.packages.apps)
 | 
			
		||||
        calendar
 | 
			
		||||
        contacts
 | 
			
		||||
        files_texteditor
 | 
			
		||||
        files_markdown
 | 
			
		||||
        mail
 | 
			
		||||
        notes
 | 
			
		||||
        spreed
 | 
			
		||||
        tasks
 | 
			
		||||
        twofactor_backupcodes
 | 
			
		||||
        twofactor_totp
 | 
			
		||||
        ;
 | 
			
		||||
    };
 | 
			
		||||
    hostName = "nc.hoyer.xyz";
 | 
			
		||||
    https = true;
 | 
			
		||||
    configureRedis = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -17,7 +17,7 @@
 | 
			
		|||
      credentialsFile = config.sops.secrets.internetbs.path;
 | 
			
		||||
    };
 | 
			
		||||
    certs = {
 | 
			
		||||
      "internal.hoyer.world" = { };
 | 
			
		||||
      "internal.hoyer.world" = {   };
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,9 +1,4 @@
 | 
			
		|||
{
 | 
			
		||||
  pkgs,
 | 
			
		||||
  lib,
 | 
			
		||||
  config,
 | 
			
		||||
  ...
 | 
			
		||||
}:
 | 
			
		||||
{ pkgs, lib, config, ... }:
 | 
			
		||||
{
 | 
			
		||||
  users.users.nginx.extraGroups = [ "acme" ];
 | 
			
		||||
  services.nginx = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue