From 09fbbe5440c526a96e8f198f4ee4410a351770b1 Mon Sep 17 00:00:00 2001 From: happysalada Date: Mon, 17 Jul 2023 12:24:51 +0900 Subject: [PATCH] hetzner-dedicated updates --- .../hetzner-dedicated/zfs-uefi-nvme-nixos.sh | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/hosters/hetzner-dedicated/zfs-uefi-nvme-nixos.sh b/hosters/hetzner-dedicated/zfs-uefi-nvme-nixos.sh index 6cd8bd8..92060e0 100644 --- a/hosters/hetzner-dedicated/zfs-uefi-nvme-nixos.sh +++ b/hosters/hetzner-dedicated/zfs-uefi-nvme-nixos.sh @@ -29,6 +29,10 @@ # * exports of env vars are added throughout the script in case you want to run it manually export LC_ALL=C +# WARNING: on 2023/07/16 the rescue system of hetzner boots with kernel 6.3.7 which +# is by default not supported by the latest debian package. You need to update to debian +# unstable to proceed with the zfs installation. + cat > /etc/apt/preferences.d/90_zfs < { configuration = {}; }; with config.system.build; [ nixos-generate-config nixos-install nixos-enter manual.manpages ]" @@ -394,8 +396,7 @@ cat > /mnt/etc/nixos/configuration.nix <