add comment to disko-config.nix
This commit is contained in:
parent
ab396c38fe
commit
fc86e428e7
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ in
|
||||||
|
|
||||||
# use boot.zfs.extraPools = [ "zraid" ] to mount this pool during boot time.
|
# use boot.zfs.extraPools = [ "zraid" ] to mount this pool during boot time.
|
||||||
# or `zpool import -f zraid` once on the first boot and reboot
|
# or `zpool import -f zraid` once on the first boot and reboot
|
||||||
|
# you have to run `zpool import -f zraid` every time you rename your networking.{hostname,hostId}
|
||||||
zraid = {
|
zraid = {
|
||||||
type = "zpool";
|
type = "zpool";
|
||||||
mode = "raidz2";
|
mode = "raidz2";
|
||||||
|
|
Loading…
Reference in a new issue