Hi, I'm trying to install nixos on https://networkpresence.com.au and it's close but the network doesn't seem to set up after reboot. Any tips about what I should look for in the base OS, and how to modify the script?
So far:
Starting from Ubuntu 20.04, set up ssh for root
Change hostname using hostnamectl set-hostname ... as Network Presence uses fqdn as hostname and this breaks the script
Grab nixos-infect, set NIX_CHANNEL=nixos-22.05, bash -x nixos-infect. Script runs and machine reboots.
Machine IP cannot be pinged and ssh timeouts
On VNC I can watch the boot sequence fly past, nothing notable - all OK's, gets to user management and throws up a login prompt on the console. Of course there's no credentials to log in with and it's not reachable with ssh.
Or is it the hostname changing step that makes the machine inaccessible?
Hi, I'm trying to install nixos on https://networkpresence.com.au and it's close but the network doesn't seem to set up after reboot. Any tips about what I should look for in the base OS, and how to modify the script?
So far:
hostnamectl set-hostname ...
as Network Presence uses fqdn as hostname and this breaks the scriptbash -x nixos-infect
. Script runs and machine reboots.Or is it the hostname changing step that makes the machine inaccessible?