diff --git a/infrastructure/system-upgrades/fedora.yaml b/infrastructure/system-upgrades/fedora.yaml index 4c644afc20a07d3324abfd5cf6857a03fba6a206..c2454f64e22333267d09039f5cc0dac299f722e5 100644 --- a/infrastructure/system-upgrades/fedora.yaml +++ b/infrastructure/system-upgrades/fedora.yaml @@ -13,6 +13,7 @@ stringData: dnf install -y dnf-automatic systemctl enable --now dnf-automatic.timer systemctl start --wait dnf-automatic-install.service + systemctl enable clevis-luks-askpass.path if ! dnf needs-restarting --reboothint; then systemctl reboot fi