parent
10e8a801b6
commit
908a025b22
modules/services/misc
|
@ -61,12 +61,12 @@ in
|
||||||
|
|
||||||
chrootDirs = mkOption {
|
chrootDirs = mkOption {
|
||||||
default = [];
|
default = [];
|
||||||
example = [ "/dev" "/proc" ];
|
example = [ "/dev" "/proc" ];
|
||||||
description =
|
description =
|
||||||
''
|
''
|
||||||
Directories from the host filesystem to be included
|
Directories from the host filesystem to be included
|
||||||
in the chroot.
|
in the chroot.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = mkOption {
|
extraOptions = mkOption {
|
||||||
|
|
Loading…
Reference in New Issue