fix(netconf/dgn-hardware): missing parenthesis

This commit is contained in:
catvayor 2024-12-10 13:46:14 +01:00 committed by Tom Hubrecht
parent d63751578a
commit 9601caba4f
Signed by: thubrecht
SSH key fingerprint: SHA256:CYNvFo44Ar9qCNnWNnvJVhs0QXO9AZjOLlPeWcSij3Q
3 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ let
interfaces
// (
let
ports = import ./. + "${model}.nix" range;
ports = import (./. + "/${model}.nix") range;
in
(mkInterfaces {
supportPoE = true;