From f5938ba5bb25b6810b879f2b83f69ca8ee4f0f94 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 30 Aug 2023 22:18:11 +0000 Subject: sys/atuin: switch to PVH boot This means I can drop the custom kernel build. Link: https://tools.bitfolk.com/wiki/PVH --- sys/atuin.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'sys') 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"; -- cgit 1.4.1