Skip to content
New issue

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

Update readme for people like me who are new to NixOS #101

Open
Lyamc opened this issue Dec 2, 2024 · 0 comments
Open

Update readme for people like me who are new to NixOS #101

Lyamc opened this issue Dec 2, 2024 · 0 comments

Comments

@Lyamc
Copy link

Lyamc commented Dec 2, 2024

Just wanted to list a few ways I did things wrongly when setting it up for me.

  1. (for the people like me who don't know, you should add the few lines for configuration.nix on how to enable flakes. Along with that you could add the build cache since it's the same category.
  2. I got unrelated errors due to missing git in my configuration.nix
  3. I could not run "nixos-rebuild switchbecause I had already createdflake.nixin/etc/nixos` and since I was missing git, nixos-rebuild it would always fail because it tried to do the flake so it wouldn't add git without me renaming flake.nix to something else and back after I had git.
  4. I needed to also modify yourHost to pve
  5. In the case where a GUI is used, a user will need more than 32GB available for all the compiling (think VMs)
  6. I haven't a clue how to use the build cache. Pretty sure I added it. Doesn't really matter a lot to me but would to others.
  7. sudo nixos-rebuild switch --flake /etc/nixos#pve once I had everything right and it takes a long time (you guys were not kidding about an intesive build process!)

Anyways, great work on the project, looking forward to future updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant