summaryrefslogtreecommitdiff
path: root/system-profiles/bcachefs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system-profiles/bcachefs.nix')
-rw-r--r--system-profiles/bcachefs.nix5
1 files changed, 2 insertions, 3 deletions
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 @@
1{ config, pkgs, ... } : { 1{ pkgs, ... } : {
2 config = { 2 config = {
3 boot.supportedFilesystems = [ "bcachefs" ]; 3 boot.supportedFilesystems.bcachefs = true;
4
5 environment.systemPackages = with pkgs; [ bcachefs-tools ]; 4 environment.systemPackages = with pkgs; [ bcachefs-tools ];
6 }; 5 };
7} 6}