Add world-readable option back in, it's used.
This commit is contained in:
parent
b0b280c231
commit
f9c38a8479
|
@ -36,6 +36,12 @@ in rec {
|
|||
'';
|
||||
default = [ ];
|
||||
};
|
||||
|
||||
world-readable = mkOption {
|
||||
type = bool;
|
||||
description = "Whether to leave the top level world-readable.";
|
||||
default = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
in {
|
||||
|
|
Loading…
Reference in New Issue