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 {