all repos — nixfiles @ 6ba2f2f95aead3c6fd173e49329a1fafebcdd46c

System and user configuration, managed by nix and home-manager

prefect: fix DHCP config not applying to interface
Alan Pearce alan@alanpearce.eu
Thu, 06 Jun 2024 17:12:15 +0200
commit

6ba2f2f95aead3c6fd173e49329a1fafebcdd46c

parent

b8da6104d9a6004cf0735f9658d5c18098b1dc6b

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M system/prefect.nixsystem/prefect.nix
@@ -104,6 +104,9 @@ }; 
   systemd.network = {
     networks."40-enp7s0" = {
+      matchConfig = {
+        Name = "enp7s0";
+      };
       dhcpV4Config = {
         UseDomains = true;
       };