nixos-install-scripts
nixos-install-scripts copied to clipboard
collection of one-shot scripts to install NixOS on various server hosters and other hardware. [maintainer=@happysalada]
I found a case on a Hetzner SX134 server with an addiitonal 10 G network interface that in https://github.com/nix-community/nixos-install-scripts/blob/552eb22477c84db9e17314e898050cd18981e1bd/hosters/hetzner-dedicated/hetzner-dedicated-wipe-and-install-nixos.sh#L184 we need ```diff -INTERFACE_DEVICE_PATH=$(udevadm info -e | grep -Po "(?
I went through the dedicated install script one more time. will probably merge this this weekend if no one comments.
I've just used the Hetzner install script to install on a newly rented server. The network interface name is detected to be `enp3s0`. However once I reboot into nixos, that...
`ovh-dedicated-wipe-and-install-nixos.sh` contains this comment: ``` # OVH has an issue where on newer kernels, it can take up to 20 minutes # for the default gateway to not be 'linkdown'...
Thanks for putting this together! I have a question regarding https://github.com/nix-community/nixos-install-scripts/blob/master/hosters/hetzner-dedicated/hetzner-dedicated-wipe-and-install-nixos.sh#L20 Does this mean that it's impossible to install nixos with NVME drives? Or perhaps, that you need at least...
after running the install script I am unable to receive any traffic over ipv6. Is it possible to edit the install script to have the network interfaces correctly configured or...
I've set it up and it's working now, just want to document some problems which came up here for other people: (This Issue was written on 2023-03-09 (yyyy-mm-dd), might have...
See this line: https://github.com/nix-community/nixos-install-scripts/blame/5dc786009cf8595090bfa8e337df2ff1693e825a/hosters/hetzner-dedicated/hetzner-dedicated-wipe-and-install-nixos.sh#L133 Why is it not `100%FREE`, but just `95%FREE`?