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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system-profiles/bcachefs.nix b/system-profiles/bcachefs.nix
index f9f048b9..6090c56d 100644
--- a/system-profiles/bcachefs.nix
+++ b/system-profiles/bcachefs.nix
@@ -1,4 +1,4 @@
1{ pkgs, ... } : { 1{ pkgs, lib, ... } : {
2 config = { 2 config = {
3 boot.supportedFilesystems.bcachefs = true; 3 boot.supportedFilesystems.bcachefs = true;
4 environment.systemPackages = with pkgs; [ bcachefs-tools ]; 4 environment.systemPackages = with pkgs; [ bcachefs-tools ];