Skip to content

Few problems in the Hetzner dedicated AX41 zfs-uefi-nvme-nixos.sh script:Β #19

@HanEmile

Description

@HanEmile

I've set it up and it's working now, just want to document some problems which came up here for other people:
(This Issue was written on 2023-03-09 (yyyy-mm-dd), might have changed if you're reading this).

  • You don't need Ubuntu installed, but the Rescue System
  • The Rescue System kernel is to new for installing zfs via get: you can use the "zfs" script provided by Hetzner to build it from source
    • just execute zfs in the rescue shell, if zfs isn't installed yet, it'll try to install it.
  • the NIX_PATH has to be set, I set it to the following just above the PATH="$PATH" NIX_PATH="$NIX_PATH" ... line and it just worked:
    • export NIX_PATH=${NIX_PATH:+$NIX_PATH:}$HOME/.nix-defexpr/channels

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions