First, replace the hardware-configuration.nix
in /hosts/sirius
.
You can use the following command:
sudo cp /etc/nixos/hardware-configuration.nix hosts/sirius/hardware-configuration.nix
Add you public key in /dots/ssh
and edit /hosts/users.nix
.
You can do this by adding the following entry to one or both arrays:
(builtins.readFile ../dots/ssh/<my_key>.pub)
The DNS is configured in /modules/dns/cloudflare.nix
and registered in /hosts/default.nix
.
Warning
You can build and deploy the ISO file, however, opon reboot, the system will not boot. There is currently no installation process going on, but the system is fully usable as configured until then.
To build an ISO file, run the following command:
just iso