Add TODO.

This commit is contained in:
r-vdp 2023-05-08 17:27:28 +02:00
parent e17423e226
commit a01bcc4034
No known key found for this signature in database

View file

@ -45,6 +45,8 @@ let
default = 2;
};
# TODO: implement this properly, or remove the option
# See: nixos/lib/testing/network.nix
vlans = lib.mkOption {
type = types.ints.between 1 1024;
default = 1;