chore: try again

This commit is contained in:
Truxnell 2024-04-10 20:50:09 +10:00
parent 6c7fb32150
commit 5f64ee2e2b
2 changed files with 3 additions and 1 deletions

View file

@ -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#<MACHINE_ID>
consider a nixos-enter to import a zpool if required (for NAS) instead of rebooting post-install

View file

@ -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."/" =