From 5f64ee2e2bffdda3a7bb06d6a35852cc33b1991f Mon Sep 17 00:00:00 2001 From: Truxnell <9149206+truxnell@users.noreply.github.com> Date: Wed, 10 Apr 2024 20:50:09 +1000 Subject: [PATCH] chore: try again --- docs/vm/installing-zfs-impermance.md | 2 ++ nixos/hosts/helios/default.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/vm/installing-zfs-impermance.md b/docs/vm/installing-zfs-impermance.md index af4d370..018b905 100644 --- a/docs/vm/installing-zfs-impermance.md +++ b/docs/vm/installing-zfs-impermance.md @@ -53,3 +53,5 @@ mount -t zfs rpool/safe/persist /mnt/persist Set ` networking.hostid`` in the nixos config to `head -c 8 /etc/machine-id` nixos-install --impure --flake github:truxnell/nix-config# + +consider a nixos-enter to import a zpool if required (for NAS) instead of rebooting post-install diff --git a/nixos/hosts/helios/default.nix b/nixos/hosts/helios/default.nix index d2b3ea2..80a4c3e 100644 --- a/nixos/hosts/helios/default.nix +++ b/nixos/hosts/helios/default.nix @@ -55,7 +55,7 @@ }; networking.hostName = "helios"; # Define your hostname. - networking.hostId = "847817ba"; # for zfs, helps stop importing to wrong machine + networking.hostId = "ed3980cb"; # for zfs, helps stop importing to wrong machine networking.useDHCP = lib.mkDefault true; fileSystems."/" =