fixed nfs mounts
This commit is contained in:
parent
1c079fa479
commit
ca2b188560
5 changed files with 120 additions and 15 deletions
|
@ -15,7 +15,7 @@ in {
|
|||
export_directory = lib.mkOption {
|
||||
type = lib.types.path;
|
||||
description = "what are exports going to be stored in";
|
||||
default = "/export";
|
||||
default = "/exports";
|
||||
};
|
||||
directories = lib.mkOption {
|
||||
type = lib.types.listOf (lib.types.submodule ({config, ...}: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue