We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I'm new to NixOS. I wanted to install NixOS on a Proxmox VM, but I failed with the manual installation.
Then I found your repo and build the image and I restored it on a Proxmox VM.
Now, I have question: how to make modification inside the VM? I cannot find the configuration.nix file.
configuration.nix
The text was updated successfully, but these errors were encountered:
Hello, I'm new to NixOS. I wanted to install NixOS on a Proxmox VM, but I failed with the manual installation. Then I found your repo and build the image and I restored it on a Proxmox VM. Now, I have question: how to make modification inside the VM? I cannot find the configuration.nix file.
Hey @alex27riva, you may check out the directory /etc/nixos/.
/etc/nixos/
If you do not find anything in that directory, you need to generate the configs with the following command:
nixos-generate-config --root /mnt
Next, make some modifications to /etc/nixos/{hardware-configuration.nix,configuration.nix}, then run the following command to rebuild
/etc/nixos/{hardware-configuration.nix,configuration.nix}
nixos-install reboot
To learn more, feel free to check out my notes
Sorry, something went wrong.
No branches or pull requests
Hello, I'm new to NixOS.
I wanted to install NixOS on a Proxmox VM, but I failed with the manual installation.
Then I found your repo and build the image and I restored it on a Proxmox VM.
Now, I have question: how to make modification inside the VM? I cannot find the
configuration.nix
file.The text was updated successfully, but these errors were encountered: