We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63b914d + 8730a02 commit 74ec727Copy full SHA for 74ec727
nixos-modules/microvm/mounts.nix
@@ -87,7 +87,7 @@ lib.mkIf config.microvm.guest.enable {
87
upperdir = "${writableStoreOverlay}/store";
88
workdir = "${writableStoreOverlay}/work";
89
};
90
- options = lib.optional isRwStoreVirtiofsShare "userxattr";
+ options = lib.mkIf isRwStoreVirtiofsShare [ "userxattr" ];
91
92
}
93
) {
0 commit comments