about summary refs log tree commit diff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/atuin.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/atuin.nix b/sys/atuin.nix
index 0a19da2ff5ff..62f51283eabc 100644
--- a/sys/atuin.nix
+++ b/sys/atuin.nix
@@ -175,14 +175,7 @@ in
   networking.defaultGateway = "85.119.80.1";
   networking.defaultGateway6 = { address = "2001:ba8:1f1:f0bc::1"; };
 
-  boot.kernelPackages = with pkgs; linuxPackagesFor (linux.override {
-    structuredExtraConfig = with lib.kernel; {
-      KERNEL_XZ = yes;
-      KERNEL_ZSTD = lib.mkForce no;
-    };
-  });
-
-  boot.kernelParams = [ "zfs.zfs_arc_max=356515840" ];
+  boot.kernelParams = [ "console=hvc0" "zfs.zfs_arc_max=356515840" ];
 
   networking.nat.enable = true;
   networking.nat.externalInterface = "eth0";