From 81c2c5d2a98a5bc80892b69c68dc72c29f7363ea Mon Sep 17 00:00:00 2001 From: kurogeek Date: Tue, 4 Aug 2026 14:34:06 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:modules/clan/gw-router/default.nix --- modules/clan/gw-router/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/clan/gw-router/default.nix b/modules/clan/gw-router/default.nix index b39a569..5231b6c 100644 --- a/modules/clan/gw-router/default.nix +++ b/modules/clan/gw-router/default.nix @@ -13,10 +13,7 @@ { lib, config, ... }: let vlanModule = - { name, config, ... }: - let - octet = toString config.id; - in + { ... }: { options = { id = lib.mkOption { @@ -158,7 +155,6 @@ { nixosModule = { - config, pkgs, lib, ...