In conventional NixOS deployments there is the system.autoUpgrade option which setups a systemd timer and service which perform periodically channel upgrades and nixos-rebuild switch.
Given that nixops does not deploy the configuration to /etc/nixos (so system.autoUpgrade cannot be effectively used), is there anything else that people are using for the same purpose?
In conventional NixOS deployments there is the
system.autoUpgradeoption which setups a systemd timer and service which perform periodically channel upgrades andnixos-rebuild switch.Given that nixops does not deploy the configuration to
/etc/nixos(sosystem.autoUpgradecannot be effectively used), is there anything else that people are using for the same purpose?