This probably has some major pitfalls, but just thinking that it could be cool to allow rolling-release updates against the latest nixpkgs automatically without needing to update this flake manually. Probably a bad idea... but there's at least the safety-net of autoupgrades not switching to any configuration that fails to apply.
It would seem to require:
[ ] Switch nixosconfigurations to modules in the main flake.
[ ] Implement autoupgrades in the local flake with something like the following:
This probably has some major pitfalls, but just thinking that it could be cool to allow rolling-release updates against the latest nixpkgs automatically without needing to update this flake manually. Probably a bad idea... but there's at least the safety-net of autoupgrades not switching to any configuration that fails to apply.
It would seem to require: