diff --git a/machines/x2100/default.nix b/machines/x2100/default.nix index 32c6673..6ca54ba 100644 --- a/machines/x2100/default.nix +++ b/machines/x2100/default.nix @@ -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;