From 9b3e406048101494d5097510b0b47c2fd5654d11 Mon Sep 17 00:00:00 2001 From: Lillian Violet Date: Wed, 28 Aug 2024 19:33:30 +0200 Subject: [PATCH] Remove bcachefs stuff from desktop --- nixos/desktop/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/desktop/default.nix b/nixos/desktop/default.nix index 39f1937..6c7d769 100644 --- a/nixos/desktop/default.nix +++ b/nixos/desktop/default.nix @@ -18,7 +18,7 @@ # You can add overlays here overlays = [ (final: prev: { - bcachefs-tools = pkgs-edge.bcachefs-tools; + # bcachefs-tools = pkgs-edge.bcachefs-tools; }) # Add overlays your own flake exports (from overlays and pkgs dir): outputs.overlays.additions @@ -45,7 +45,7 @@ # System tools aha - bcachefs-tools + #bcachefs-tools clinfo comma direnv @@ -174,7 +174,7 @@ # FIXME: re-enable virtual camera loopback when it build again. boot.bootspec.enable = true; boot.kernelPackages = lib.mkForce pkgs.linuxPackages_latest; - boot.supportedFilesystems = ["bcachefs"]; + # boot.supportedFilesystems = ["bcachefs"]; boot.extraModulePackages = with config.boot.kernelPackages; [v4l2loopback.out]; boot.kernelModules = [ # Virtual Camera