diff options
Diffstat (limited to 'modules/boot')
| -rw-r--r-- | modules/boot/nixos/default.nix (renamed from modules/boot/system/default.nix) | 2 | ||||
| -rw-r--r-- | modules/boot/nixos/plymouth.nix (renamed from modules/boot/system/plymouth.nix) | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/boot/system/default.nix b/modules/boot/nixos/default.nix index 53f18be..66f31fc 100644 --- a/modules/boot/system/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) { diff --git a/modules/boot/system/plymouth.nix b/modules/boot/nixos/plymouth.nix index 5f7952b..5f7952b 100644 --- a/modules/boot/system/plymouth.nix +++ b/modules/boot/nixos/plymouth.nix |
