variable_names
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# define nfs exports
|
||||
let
|
||||
nfsExports = ''
|
||||
nfs_exports = ''
|
||||
/holocron/vault *(rw,sync,no_subtree_check,no_root_squash)
|
||||
/holocron/media *(ro,sync,no_subtree_check)
|
||||
'';
|
||||
@@ -17,7 +17,7 @@ in
|
||||
services.nfs = {
|
||||
server = {
|
||||
enable = true;
|
||||
exports = nfsExports;
|
||||
exports = nfs_exports;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user