From fc86e428e7d3119ab79fe8032cefc516732df5ac Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Mon, 1 May 2023 15:35:56 +0200 Subject: [PATCH] add comment to disko-config.nix --- nixos/machines/chungus/disko-config.nix | 1 + 1 file changed, 1 insertion(+) 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";