diff options
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/machine/spt-omnia.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/machine/spt-omnia.nix b/nixos/machine/spt-omnia.nix index 0c14e8c..2917332 100644 --- a/nixos/machine/spt-omnia.nix +++ b/nixos/machine/spt-omnia.nix @@ -15,8 +15,8 @@ with lib; { openvpn.oldpersonal = true; }; - networking.vlan."end2.848" = { - id = "848"; + networking.vlans."end2.848" = { + id = 848; interface = "end2"; }; # TODO pppd service requires end2.848 interface |