From 4c3360dd3a19fd33eb635378709e53613818c248 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Mon, 14 Aug 2023 11:56:24 -0500 Subject: [PATCH] add default for healthchecks --- flake.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 206ecdf..04a483c 100644 --- a/flake.nix +++ b/flake.nix @@ -244,15 +244,11 @@ type = lib.types.str; }; }; - # default = { }; }; - # default = { }; + default = { }; }; }; - # default = { }; }; - - # default = { }; }; users = lib.options.mkOption {