From 7fdca49b75b85a41da9dae34b01a01c88f38c142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 22 Aug 2022 10:46:35 +0200 Subject: Update and few changes for routers --- nixos/machine/adm-omnia.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'nixos/machine/adm-omnia.nix') diff --git a/nixos/machine/adm-omnia.nix b/nixos/machine/adm-omnia.nix index c7c2063..48af6fa 100644 --- a/nixos/machine/adm-omnia.nix +++ b/nixos/machine/adm-omnia.nix @@ -8,6 +8,7 @@ with lib; cynerd = { #openvpn.oldpersonal = true; }; + boot.kernelPackages = pkgs.linuxPackages; networking = { # TODO we need vlan filtering to filter out guest and adm network @@ -40,12 +41,6 @@ with lib; enable = true; environmentFile = "/run/secrets/hostapd.env"; interfaces = { - "mlan0" = { - countryCode = "CZ"; - ssid = "TurrisRules"; - wpa = true; - wpaPassphrase = "@PASS_TURRIS_RULES@"; - }; "wlp1s0" = { countryCode = "CZ"; hwMode = "a"; -- cgit v1.2.3