You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to perform a complete NixOS installation from my own machine config.
I was able to generate a live CD installer (following the README.md docs) with all my packages, and even user config, but the nixos-install command refused to install my system because of a poor internet connection. I've also tried the nixos-install --system command and it said that I don´t have a properly set NixOS installation. I read at the NixOS docs that it's possible to create an ISO install image for this kind of situations. If that's true, can you provide me some explanations and examples? I'm quite new at the Nix ecosystem. (I'm using flakes)
The text was updated successfully, but these errors were encountered:
Hello there!
I want to be able to perform a complete NixOS installation from my own machine config.
I was able to generate a live CD installer (following the
README.md
docs) with all my packages, and even user config, but thenixos-install
command refused to install my system because of a poor internet connection. I've also tried thenixos-install --system
command and it said that I don´t have a properly set NixOS installation. I read at the NixOS docs that it's possible to create an ISO install image for this kind of situations. If that's true, can you provide me some explanations and examples? I'm quite new at the Nix ecosystem. (I'm using flakes)The text was updated successfully, but these errors were encountered: