diff options
| author | Alejandro Soto <alejandro@34project.org> | 2026-03-08 21:19:07 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2026-03-08 21:19:12 -0600 |
| commit | 709df598565115413d00cffa9a0798882583a8ad (patch) | |
| tree | 38d1d260333cf55ceb056646a1de3edcece75d07 /sys/net/interfaces.nix | |
| parent | 49d5c6716c24cebf9dd9fa06d7f5145345026c3e (diff) | |
sys/web: pxe: implement PXE boot server
Diffstat (limited to '')
| -rw-r--r-- | sys/net/interfaces.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/interfaces.nix b/sys/net/interfaces.nix index 3150b02..764973c 100644 --- a/sys/net/interfaces.nix +++ b/sys/net/interfaces.nix @@ -103,7 +103,7 @@ in { }; systemd.network.networks = mkIf (cfg.dhcpInterface != null) { - "40-${cfg.dhcpInterface}" = { + ${cfg.dhcpInterface} = { matchConfig.Name = cfg.dhcpInterface; networkConfig = { |
