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 --- flake.lock | 8 ++++---- nixos/machine/spt-omnia.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 7c24a42..cf1bed4 100644 --- a/flake.lock +++ b/flake.lock @@ -266,11 +266,11 @@ }, "personal-secret": { "locked": { - "lastModified": 1674075125, - "narHash": "sha256-LUsUUp8dtgLNbUak1EwPUA+XXWGUQ4iYtH3ED//K4BI=", + "lastModified": 1674079601, + "narHash": "sha256-AchABbDjOa54PHRNnzFkjL1qzzZ4jcbBM1uiueMgB1k=", "ref": "refs/heads/master", - "rev": "50cc85d6ab8f86b0b39216f012b2e0db9633461c", - "revCount": 62, + "rev": "1d985d755929d36757241af38840ed7affc09143", + "revCount": 63, "type": "git", "url": "ssh://git@cynerd.cz/nixos-personal-secret" }, 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