I’ve set up autoUpgrades
on my NixOS system, but how do I check it’s working and doing updates?
system.autoUpgrade = {
enable = true;
dates = "daily";
persistent = true;
operation = "boot";
};
I’ve set up autoUpgrades
on my NixOS system, but how do I check it’s working and doing updates?
system.autoUpgrade = {
enable = true;
dates = "daily";
persistent = true;
operation = "boot";
};
Thanks a lot!