Compare commits
	
		
			2 commits
		
	
	
		
			b4e7b0ca3e
			...
			ffe25bd95a
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| ffe25bd95a | |||
| 382e0a74af | 
					 1 changed files with 1 additions and 3 deletions
				
			
		|  | @ -77,8 +77,6 @@ in | |||
|     networking.firewall.allowedUDPPorts = mkIf cfg.openPorts [ host.port ]; | ||||
| 
 | ||||
|     systemd.network = { | ||||
|       enable = true; | ||||
| 
 | ||||
|       netdevs."30-birdsong" = { | ||||
|         netdevConfig = { | ||||
|           Name = cfg.interface; | ||||
|  | @ -103,7 +101,7 @@ in | |||
|                 PersistentKeepalive = mkIf (peer.subnet != host.subnet) cfg.persistentKeepalive; | ||||
|               }; | ||||
|             }) | ||||
|             (filterAttrs (name: peer: peer != host && (host.subnet == "internet" || canDirectPeer host peer)) hosts); | ||||
|             (filterAttrs (name: peer: peer != host && (canDirectPeer host peer || canDirectPeer peer host)) hosts); | ||||
|       }; | ||||
| 
 | ||||
|       networks."30-birdsong" = { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue