chore(meta/options): Add comments

This commit is contained in:
Tom Hubrecht 2025-02-07 12:47:09 +01:00
parent ecb6b54b9e
commit 14ef9d88f3
Signed by: thubrecht
SSH key fingerprint: SHA256:CYNvFo44Ar9qCNnWNnvJVhs0QXO9AZjOLlPeWcSij3Q

View file

@ -121,6 +121,7 @@ in
''; '';
}; };
# FIXME: Unused
vpnKeys = mkOption { vpnKeys = mkOption {
type = attrsOf vpnKeyType; type = attrsOf vpnKeyType;
default = { }; default = { };
@ -404,6 +405,7 @@ in
''; '';
}; };
# FIXME: Unused
vpnKeys = mkOption { vpnKeys = mkOption {
type = attrsOf vpnKeyType; type = attrsOf vpnKeyType;
default = { }; default = { };