mob next [ci-skip] [ci skip] [skip ci]

lastFile:modules/clan/gw-router/default.nix
This commit is contained in:
2026-08-04 14:34:06 +07:00
parent 3f2a007135
commit 81c2c5d2a9
+1 -5
View File
@@ -13,10 +13,7 @@
{ lib, config, ... }: { lib, config, ... }:
let let
vlanModule = vlanModule =
{ name, config, ... }: { ... }:
let
octet = toString config.id;
in
{ {
options = { options = {
id = lib.mkOption { id = lib.mkOption {
@@ -158,7 +155,6 @@
{ {
nixosModule = nixosModule =
{ {
config,
pkgs, pkgs,
lib, lib,
... ...