From 6f5f23769bcb4545e1969554f4e584f65ae7605b Mon Sep 17 00:00:00 2001 From: rasmus-kirk Date: Sat, 14 Jun 2025 15:53:19 +0200 Subject: [PATCH] Fix bug --- nixarr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixarr/default.nix b/nixarr/default.nix index ba7aa9b..07e5ce3 100644 --- a/nixarr/default.nix +++ b/nixarr/default.nix @@ -142,7 +142,7 @@ in { }; accessibleFrom = mkOption { - type = with types; listOf port; + type = with types; listOf str; default = []; description = '' What IP's the VPN submodule should be accessible from. By default