chore: try again
This commit is contained in:
parent
6c7fb32150
commit
5f64ee2e2b
2 changed files with 3 additions and 1 deletions
|
@ -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`
|
Set ` networking.hostid`` in the nixos config to `head -c 8 /etc/machine-id`
|
||||||
|
|
||||||
nixos-install --impure --flake github:truxnell/nix-config#<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
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.hostName = "helios"; # Define your hostname.
|
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;
|
networking.useDHCP = lib.mkDefault true;
|
||||||
|
|
||||||
fileSystems."/" =
|
fileSystems."/" =
|
||||||
|
|
Reference in a new issue