Remove bcachefs stuff from desktops
This commit is contained in:
parent
9295fa0327
commit
f9d4122ff2
|
@ -17,9 +17,9 @@
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
# You can add overlays here
|
# You can add overlays here
|
||||||
overlays = [
|
overlays = [
|
||||||
(final: prev: {
|
#(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):
|
# Add overlays your own flake exports (from overlays and pkgs dir):
|
||||||
outputs.overlays.additions
|
outputs.overlays.additions
|
||||||
outputs.overlays.modifications
|
outputs.overlays.modifications
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
# System tools
|
# System tools
|
||||||
aha
|
aha
|
||||||
bcachefs-tools
|
#bcachefs-tools
|
||||||
clinfo
|
clinfo
|
||||||
comma
|
comma
|
||||||
direnv
|
direnv
|
||||||
|
@ -173,8 +173,8 @@
|
||||||
|
|
||||||
# FIXME: re-enable virtual camera loopback when it build again.
|
# FIXME: re-enable virtual camera loopback when it build again.
|
||||||
boot.bootspec.enable = true;
|
boot.bootspec.enable = true;
|
||||||
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
|
#boot.kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
|
||||||
boot.supportedFilesystems = ["bcachefs"];
|
#boot.supportedFilesystems = ["bcachefs"];
|
||||||
boot.extraModulePackages = with config.boot.kernelPackages; [v4l2loopback.out];
|
boot.extraModulePackages = with config.boot.kernelPackages; [v4l2loopback.out];
|
||||||
boot.kernelModules = [
|
boot.kernelModules = [
|
||||||
# Virtual Camera
|
# Virtual Camera
|
||||||
|
|
Loading…
Reference in a new issue