These are my nix configs I use to manage my computers and servers.
Work in progress :)
My desktop pc
My home server
Virtual Machine for testing
My MacBook
TODO
TODO
To update a systems packages, navigate to the local configuration and run
nix flake update
to update the flake.lock
and then run
sudo nixos-rebuild switch --flake . --upgrade
to switch the system to the new configuration while also upgrading packages.
TODO
- Manage docker/podman containers with oci-containers
- Validation and deployment pipelines
- Support for multiple users
- Notthebee - https://github.com/notthebee/nix-config
- IogaMaster - https://github.com/IogaMaster/dotfiles
- jakehamilton - https://github.com/jakehamilton/config