55
Any ideas what to add to my list of NixOS things to do?
(lemmy.world)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Add renovate bot (self-hosted or not) or a similar not to your nixos repository to automatically update your lock file. Enable automatic system rebuilds (not live, nixos-rebuild boot...) to keep in sync with the repo.
Include multiple nixos systems in one repo, then reuse configuration or even make them reference each other (if you want that)
Find an issue to report upstream (or even add a pull request)
Fully automate your reinstall using disko and nixos-anywhere (don't forget luks)
Be happy (optional)
Go over everything you've written in your repo so far, realise it's formatted wrong and spend 2 hours fixing it until it no longer works
Build a derivation for something that doesn't exist (also add a pull request if applicable and you've got time to maintain it)
Add a little nixpkgs-unstable, as a treat (use overlays)
Backups
~~Build a server so convoluted, kubernetes is easier to manage (I am here)~~
Made it 8h :D and I'm still struggling with home-manager somewhat.