diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/prefect.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/prefect.nix b/system/prefect.nix index 8d90948d..86811ce5 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -104,6 +104,9 @@ systemd.network = { networks."40-enp7s0" = { + matchConfig = { + Name = "enp7s0"; + }; dhcpV4Config = { UseDomains = true; }; |