about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-28 10:03:59 -0500
committerGitHub <noreply@github.com>2023-11-28 10:03:59 -0500
commitf0323031a33f4e2507bf6f57a6bb64d31adcbcbe (patch)
tree60cfe0ddab86185caf9fa81724ca58fd183e3800 /nixos/modules
parentfb7180a2ebe65a6f9a936ce7eac2b1ee669166de (diff)
parent86b9120436fa1d51d1764b94afe93512b6636090 (diff)
Merge pull request #269454 from NixOS/backport-269381-to-release-23.11
[Backport release-23.11] bcachefs: fix lib.kernel.option miss use.
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/tasks/filesystems/bcachefs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/tasks/filesystems/bcachefs.nix b/nixos/modules/tasks/filesystems/bcachefs.nix
index 1a1bbf8f6a810..f28fd5cde9c19 100644
--- a/nixos/modules/tasks/filesystems/bcachefs.nix
+++ b/nixos/modules/tasks/filesystems/bcachefs.nix
@@ -98,7 +98,7 @@ let
           lib.elem (kernel.structuredExtraConfig.BCACHEFS_FS or null) [
             lib.kernel.module
             lib.kernel.yes
-            lib.kernel.option.yes
+            (lib.kernel.option lib.kernel.yes)
           ]
         )
       );