mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 07:27:20 +02:00
Fixed bcachefs systemd stage 1
This commit is contained in:
parent
f70e20e248
commit
fedd4f649c
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue