Fixed bcachefs systemd stage 1

This commit is contained in:
Luj 2023-10-02 22:40:19 +02:00
parent f70e20e248
commit fedd4f649c

View file

@ -7,11 +7,13 @@
./home-julien.nix
../../users/julien.nix
../../users/default.nix
# "${nixpkgs-patched}/nixos/modules/system/boot/systemd/initrd.nix"
"${nixpkgs-patched}/nixos/modules/tasks/filesystems/bcachefs.nix"
];
#disabledModules = [ "system/boot/systemd/initrd.nix" ];
disabledModules = [ "tasks/filesystems/bcachefs.nix" ];
boot.initrd.systemd.enable = true;
boot.loader.systemd-boot.enable = lib.mkForce false;