diff --git a/nixos/machines/chungus/disko-config.nix b/nixos/machines/chungus/disko-config.nix index c32fe36..aa67ff6 100644 --- a/nixos/machines/chungus/disko-config.nix +++ b/nixos/machines/chungus/disko-config.nix @@ -103,6 +103,7 @@ in # use boot.zfs.extraPools = [ "zraid" ] to mount this pool during boot time. # 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 = { type = "zpool"; mode = "raidz2";