diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-09-19 17:32:27 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-09-19 17:32:27 -0500 |
| commit | e63f4bda23477436bee8b30db73cf8deba4a8a5f (patch) | |
| tree | 5897ba5e2e24c633d3c96b8d43213138118c6737 /modules/boot | |
| parent | 6291fefa5741f201f29e2916ca29b93bcc6b7fc8 (diff) | |
| parent | 5d0d346f838a7711fa79eb6edab828107b95a499 (diff) | |
merge changes from main
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 |
