treewide: Perform another nitpicking sweep
This commit is contained in:
		
							parent
							
								
									dea9032530
								
							
						
					
					
						commit
						ab3aa19481
					
				
					 3 changed files with 11 additions and 16 deletions
				
			
		|  | @ -1,9 +1,8 @@ | |||
| {lib, ...}: | ||||
| with lib; { | ||||
|   imports = [./virtualisation/pods.nix]; | ||||
| 
 | ||||
|   options.services.nginx.domain = mkOption { | ||||
|     type = types.str; | ||||
| {lib, ...}: let | ||||
|   inherit (lib) mkOption types; | ||||
| in { | ||||
|   options.services.nginx.domain = lib.mkOption { | ||||
|     type = lib.types.str; | ||||
|     description = "The base domain name to append to virtual domain names"; | ||||
|   }; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue