Lightweight and easy to understand nixOS flake!
Create a small, easy to understand and scale flake. It's aimed on newbies in nixOS those want to understand flakes and don't want to reverse-engineer someones config.
All .nix files were formated and don't contain some bizzare stuff. You can easily understand everything by reading manual :)
- Enter an environment with git.
nix-shell -p git
- Clone this repo.
git clone https://github.com/ficache/potato-flake.git
- Change directory.
cd potato-flake
- Read comments in files, pay attention to /your-system/hardware-configuration.nix
- Build system!
sudo nixos-rebuild switch --flake .
- Change password of user.
passwd admin
(admin is name of user) - Reboot to make sure everything is working
Congratulations! Now you can head to the post-install guide and start tinkering!
Sure thing! Here some amazing books and guides for you! I recomend to read them :)
Amazing youtuber that explains Nix ecosystem