Deployment and lifecycle management for Nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

agent: when-required reboot mode should also check links

+2 -1
+2 -1
apps/sower_agent/lib/sower_agent/deployer.ex
··· 286 286 287 287 Enum.any?(profiles, fn profile -> 288 288 profile.reboot_policy == "when-required" and 289 - SowerAgent.Seed.activation_mode(profile) == "boot" 289 + SowerAgent.Seed.activation_mode(profile) == "boot" and 290 + not is_nil(detect_boot_critical_change_reason(read_link)) 290 291 end) -> 291 292 "boot_mode" 292 293