mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Don't use internal for options
This commit is contained in:
parent
4f5db50ca1
commit
08fc6f4937
2 changed files with 0 additions and 3 deletions
|
|
@ -12,7 +12,6 @@ in
|
|||
list = lib.mkOption {
|
||||
type = lib.types.listOf lib.types.port;
|
||||
default = [ ];
|
||||
internal = true;
|
||||
};
|
||||
assertUnique = lib.mkEnableOption "" // {
|
||||
default = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue