From eb0d6a1274f98de0448a9ddb466e2e30d1721895 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 20 Oct 2024 21:11:51 +0200 Subject: ... --- system-profiles/bcachefs.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'system-profiles/bcachefs.nix') diff --git a/system-profiles/bcachefs.nix b/system-profiles/bcachefs.nix index 65de9f7e..f9f048b9 100644 --- a/system-profiles/bcachefs.nix +++ b/system-profiles/bcachefs.nix @@ -1,7 +1,6 @@ -{ config, pkgs, ... } : { +{ pkgs, ... } : { config = { - boot.supportedFilesystems = [ "bcachefs" ]; - + boot.supportedFilesystems.bcachefs = true; environment.systemPackages = with pkgs; [ bcachefs-tools ]; }; } -- cgit v1.2.3