dyndns: remove mkRemovedOptionModule

It has never existed, we don't need to deprecate it.
This commit is contained in:
a-kenji
2024-08-30 13:48:59 +02:00
parent 1baa48c467
commit 06007765e6

View File

@@ -126,11 +126,6 @@ in
}; };
imports = [ imports = [
(lib.mkRemovedOptionModule [
"clan"
"dyndns"
"enable"
] "Just define clan.dyndns.settings to enable it")
../nginx ../nginx
]; ];