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 = [ ];
|
default = [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
world-readable = mkOption {
|
||||||
|
type = bool;
|
||||||
|
description = "Whether to leave the top level world-readable.";
|
||||||
|
default = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in New Issue