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
Just wanted to list a few ways I did things wrongly when setting it up for me.
(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.
I got unrelated errors due to missing git in my configuration.nix
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.
I needed to also modify yourHost to pve
In the case where a GUI is used, a user will need more than 32GB available for all the compiling (think VMs)
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.
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.
The text was updated successfully, but these errors were encountered:
Just wanted to list a few ways I did things wrongly when setting it up for me.
configuration.nix
on how to enable flakes. Along with that you could add the build cache since it's the same category.git
in my configuration.nixbecause I had already created
flake.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.yourHost
topve
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.
The text was updated successfully, but these errors were encountered: