From 7ee283f7ed2d29cc6b1505f00d78f0f792e42c6a Mon Sep 17 00:00:00 2001 From: Aubrey Taylor Date: Sun, 22 Dec 2024 01:29:30 -0600 Subject: [PATCH] done now --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7d62ec0..5b8a3d1 100644 --- a/flake.nix +++ b/flake.nix @@ -84,7 +84,7 @@ default = 1027; description = "The UDP port to host the server on"; }; - proximity = { + proximity = lib.mkOption { type = types.nullOr lib.types.attrs; default = null; port = lib.mkOption {