diff net.py @ 286:73ec5064da44

k3s pkgs for longhorn
author drewp@bigasterisk.com
date Sun, 21 Apr 2024 14:02:19 -0700
parents 0befc8696a07
children 3af02e24eaf9
line wrap: on
line diff
--- a/net.py	Mon Apr 15 02:31:03 2024 -0700
+++ b/net.py	Sun Apr 21 14:02:19 2024 -0700
@@ -101,8 +101,11 @@
     systemd.service(service='systemd-networkd.service', enabled=True, running=True, restarted=True)
 
     # delete?
-    # # TODO this breaks wg on garage, i think. workaround:
+    # # TODO this breaks wireguard wg on garage, i think. workaround:
     # if host.name == 'garage':
     #     server.shell('ip -4 address add 10.5.0.14/24 dev wg0')
 else:
     pass  # don't break working networking!
+
+if is_pi and host.name != 'pipe':
+    pass
\ No newline at end of file