Add world-readable option back in, it's used.

This commit is contained in:
niten 2024-06-10 17:16:16 -07:00
parent b0b280c231
commit f9c38a8479
1 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,12 @@ in rec {
''; '';
default = [ ]; default = [ ];
}; };
world-readable = mkOption {
type = bool;
description = "Whether to leave the top level world-readable.";
default = true;
};
}; };
}; };
in { in {