Fix bug
This commit is contained in:
+1
-1
@@ -142,7 +142,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
accessibleFrom = mkOption {
|
accessibleFrom = mkOption {
|
||||||
type = with types; listOf port;
|
type = with types; listOf str;
|
||||||
default = [];
|
default = [];
|
||||||
description = ''
|
description = ''
|
||||||
What IP's the VPN submodule should be accessible from. By default
|
What IP's the VPN submodule should be accessible from. By default
|
||||||
|
|||||||
Reference in New Issue
Block a user