• 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: July 6th, 2023

help-circle






  • NixOS, i was a long time btrfs with snapshots Arch user. But Nix is just more stable and makes my life happy knowing it will always work as a server, desktop, or on a laptop. The config file is easy to read as documentation as code. That can reproduce the setup and even use flakes and home-manager to copy all your dot-files with ease. Just modify the version number in the file to update it and all apps are independent of each other with no weird dependencies. Better rollbacks then btrfs as it uses systemd and you can save git of your configuration files. This is the future













  • He didn’t explain it well. The whole system lives on a ymal file and is easy to read. Documentation as code. If you have a working system then you’re set, it’ll never break. Adding software uses it’s own dependencies and will never break other software. It also has roll back features like snapshot/btrfs, during bootup you can go back to a previous version of your system. With the ymal file it makes it easy to clone the setup from others or for other systems of yours in the future, just have to generate a hardware file in most cases.