forked from jan-leila/nix-config
		
	reorganized configs in configuration.nix
This commit is contained in:
		
							parent
							
								
									a379f146d6
								
							
						
					
					
						commit
						c9a7ce7150
					
				
					 1 changed files with 7 additions and 7 deletions
				
			
		|  | @ -68,6 +68,13 @@ | ||||||
|         }; |         }; | ||||||
|       }; |       }; | ||||||
|     }; |     }; | ||||||
|  |     podman = { | ||||||
|  |       macvlan = { | ||||||
|  |         subnet = "192.168.1.0/24"; | ||||||
|  |         gateway = "192.168.1.1"; | ||||||
|  |         networkInterface = "bond0"; | ||||||
|  |       }; | ||||||
|  |     }; | ||||||
|     jellyfin = { |     jellyfin = { | ||||||
|       enable = true; |       enable = true; | ||||||
|       subdomain = "media"; |       subdomain = "media"; | ||||||
|  | @ -88,13 +95,6 @@ | ||||||
|       enable = true; |       enable = true; | ||||||
|       ip = "192.168.1.201"; |       ip = "192.168.1.201"; | ||||||
|     }; |     }; | ||||||
|     podman = { |  | ||||||
|       macvlan = { |  | ||||||
|         subnet = "192.168.1.0/24"; |  | ||||||
|         gateway = "192.168.1.1"; |  | ||||||
|         networkInterface = "bond0"; |  | ||||||
|       }; |  | ||||||
|     }; |  | ||||||
|     nextcloud = { |     nextcloud = { | ||||||
|       enable = true; |       enable = true; | ||||||
|       subdomain = "drive"; |       subdomain = "drive"; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue