diff options
Diffstat (limited to 'modules/boot/nixos')
| -rw-r--r-- | modules/boot/nixos/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/boot/nixos/default.nix b/modules/boot/nixos/default.nix index 53f18be..66f31fc 100644 --- a/modules/boot/nixos/default.nix +++ b/modules/boot/nixos/default.nix @@ -12,9 +12,11 @@ in { boot = { + bcache.enable = false; # why is this default on? I DON'T CARE ABOUT bcache initrd = { verbose = false; systemd.enable = true; + checkJournalingFS = false; }; loader = { systemd-boot = lib.optionalAttrs (cfg.systemd-boot.enable && !cfg.secureBoot.enable) { |
