mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-09 12:06:02 +01:00
type = with types; listOf str;
This commit is contained in:
parent
8a470a4efd
commit
ff87aaa6c9
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
nfsOptions = mkOption {
|
nfsOptions = mkOption {
|
||||||
type = listOf types.str;
|
type = with types; listOf str;
|
||||||
default = [
|
default = [
|
||||||
"nolock"
|
"nolock"
|
||||||
"rw"
|
"rw"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue