forked from jan-leila/nix-config
		
	fixed configs connection to nginx
This commit is contained in:
		
							parent
							
								
									f132f44b96
								
							
						
					
					
						commit
						3e11cfd967
					
				
					 2 changed files with 133 additions and 31 deletions
				
			
		|  | @ -86,6 +86,12 @@ | |||
|         group = "hass"; | ||||
|         isSystemUser = true; | ||||
|       }; | ||||
| 
 | ||||
|       headscale = { | ||||
|         uid = 2005; | ||||
|         group = "headscale"; | ||||
|         isSystemUser = true; | ||||
|       }; | ||||
|     }; | ||||
| 
 | ||||
|     groups = { | ||||
|  | @ -133,6 +139,11 @@ | |||
|         gid = lib.mkForce 2004; | ||||
|         members = ["hass" "leyla"]; | ||||
|       }; | ||||
| 
 | ||||
|       headscale = { | ||||
|         gid = 2005; | ||||
|         members = ["headscale"]; | ||||
|       }; | ||||
|     }; | ||||
|   }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue