aboutsummaryrefslogtreecommitdiff
path: root/modules/system/nixos/boot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/nixos/boot.nix')
-rw-r--r--modules/system/nixos/boot.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/system/nixos/boot.nix b/modules/system/nixos/boot.nix
index 71bac70..50d66fe 100644
--- a/modules/system/nixos/boot.nix
+++ b/modules/system/nixos/boot.nix
@@ -8,6 +8,7 @@
in {
boot =
{
+ kernelParams = ["quiet"];
bcache.enable = false; # why is this default on? I DON'T CARE ABOUT bcachefs
initrd = {
verbose = false;
@@ -77,7 +78,7 @@ in {
enable = true;
mutable = true; # necessary for installing secrets into etc
};
- # system.nixos-init.enable = true;
+ system.nixos-init.enable = true;
# store journald logs in memory
services.journald.extraConfig = ''