Commit c99f23ebd033

Vincent Demeester <vincent@sbr.pm>
2026-02-04 12:58:23
systems/aomi: deny dhcpcd on wg0 interface
Prevent dhcpcd from managing the WireGuard interface. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent af08b41
Changed files (1)
systems
systems/aomi/extra.nix
@@ -51,6 +51,7 @@
   # Suppress malformed DHCP option 24 (MTU plateau) warnings from router
   networking.dhcpcd.extraConfig = ''
     nooption mtu_plateau
+    denyinterfaces wg0
   '';
 
   # OpenShift SNO endpoints