From 3a87a3276110b86345e3fd73af1ef5a707a5b4b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 19 Jan 2023 10:04:03 +0100 Subject: nixos/spt-omnia: fix invalid option --- nixos/machine/spt-omnia.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos') 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 -- cgit v1.2.3