parent
							
								
									811dfa165e
								
							
						
					
					
						commit
						c21b1c5b5e
					
				
					 3 changed files with 55 additions and 39 deletions
				
			
		
							
								
								
									
										15
									
								
								configs/nixos/grocy.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								configs/nixos/grocy.nix
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,15 @@
 | 
			
		|||
{
 | 
			
		||||
  inputs,
 | 
			
		||||
  config,
 | 
			
		||||
  pkgs,
 | 
			
		||||
  lib,
 | 
			
		||||
  ...
 | 
			
		||||
}: {
 | 
			
		||||
  services.grocy = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    hostName = "grocy.venberg.xyz";
 | 
			
		||||
    dataDir = "/storage/grocy";
 | 
			
		||||
    nginx.enableSSL = true;
 | 
			
		||||
    settings.currency = "EUR";
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue