Updates

It is possible to rebuild a running system with vpsadminos-rebuild tool. The tool builds /etc/vpsadminos#$(hostname) by default, using the vpsadminosConfigurations.<hostname> flake output generated by vpsadminos-generate-config.

On an installed system, edit /etc/vpsadminos/configuration.nix and run:

vpsadminos-rebuild switch

To select a different configuration or flake path, pass --flake:

vpsadminos-rebuild switch --flake /etc/vpsadminos#my-node

You can also build the tool from a checkout:

make vpsadminos-rebuild