forked from jan-leila/nix-config
		
	ran linter
This commit is contained in:
		
							parent
							
								
									27b58dc288
								
							
						
					
					
						commit
						b1fbaf169d
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		|  | @ -151,7 +151,7 @@ | ||||||
|         }; |         }; | ||||||
| 
 | 
 | ||||||
|         "podman-network-macvlan" = { |         "podman-network-macvlan" = { | ||||||
|           path = [ pkgs.podman ]; |           path = [pkgs.podman]; | ||||||
|           serviceConfig = { |           serviceConfig = { | ||||||
|             Type = "oneshot"; |             Type = "oneshot"; | ||||||
|             RemainAfterExit = true; |             RemainAfterExit = true; | ||||||
|  | @ -160,8 +160,8 @@ | ||||||
|           script = '' |           script = '' | ||||||
|             podman network inspect macvlan || podman network create --driver macvlan --subnet ${config.apps.macvlan.subnet} --gateway ${config.apps.macvlan.gateway} --opt parent=${config.apps.macvlan.networkInterface} macvlan |             podman network inspect macvlan || podman network create --driver macvlan --subnet ${config.apps.macvlan.subnet} --gateway ${config.apps.macvlan.gateway} --opt parent=${config.apps.macvlan.networkInterface} macvlan | ||||||
|           ''; |           ''; | ||||||
|           partOf = [ "podman-compose-root.target" ]; |           partOf = ["podman-compose-root.target"]; | ||||||
|           wantedBy = [ "podman-compose-root.target" ]; |           wantedBy = ["podman-compose-root.target"]; | ||||||
|         }; |         }; | ||||||
|       }; |       }; | ||||||
| 
 | 
 | ||||||
|  | @ -179,7 +179,7 @@ | ||||||
|           unitConfig = { |           unitConfig = { | ||||||
|             Description = "Root target for podman targets."; |             Description = "Root target for podman targets."; | ||||||
|           }; |           }; | ||||||
|           wantedBy = [ "multi-user.target" ]; |           wantedBy = ["multi-user.target"]; | ||||||
|         }; |         }; | ||||||
|       }; |       }; | ||||||
|     }; |     }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue