From f9c38a847994507a1508944d4c76152eb24eb5dc Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 10 Jun 2024 17:16:16 -0700 Subject: [PATCH] Add world-readable option back in, it's used. --- lib/types/host.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/types/host.nix b/lib/types/host.nix index a32f58c..05bfb77 100644 --- a/lib/types/host.nix +++ b/lib/types/host.nix @@ -36,6 +36,12 @@ in rec { ''; default = [ ]; }; + + world-readable = mkOption { + type = bool; + description = "Whether to leave the top level world-readable."; + default = true; + }; }; }; in {