-
-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
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.
- just execute
- the
NIX_PATH
has to be set, I set it to the following just above thePATH="$PATH" NIX_PATH="$NIX_PATH" ...
line and it just worked:export NIX_PATH=${NIX_PATH:+$NIX_PATH:}$HOME/.nix-defexpr/channels
montchr and Technetium1
Metadata
Metadata
Assignees
Labels
No labels