refactor: fix formatting and ensure consistent style
- Adjusted formatting in Nix files by revising argument lists. - Added missing commas for consistency. - Removed extraneous whitespace and ensured uniform newline usage.
This commit is contained in:
		
							parent
							
								
									e224d668eb
								
							
						
					
					
						commit
						c2486f6c82
					
				
					 4 changed files with 12 additions and 13 deletions
				
			
		|  | @ -1,9 +1,6 @@ | |||
| { | ||||
|   options, | ||||
|   config, | ||||
|   lib, | ||||
|   pkgs, | ||||
|   ... | ||||
| { config | ||||
| , lib | ||||
| , ... | ||||
| }: | ||||
| with lib; | ||||
| with lib.metacfg; | ||||
|  |  | |||
|  | @ -1,5 +1,6 @@ | |||
| { config | ||||
| , ... | ||||
| { | ||||
|   config, | ||||
|   ... | ||||
| }: | ||||
| { | ||||
|   sops.secrets.internetbs = { | ||||
|  |  | |||
|  | @ -1,5 +1,6 @@ | |||
| { config | ||||
| , ... | ||||
| { | ||||
|   config, | ||||
|   ... | ||||
| }: | ||||
| { | ||||
|   users.users.nginx.extraGroups = [ "acme" ]; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue