diff --git a/it-and-security/fleets/company-owned-mobile-devices.yml b/it-and-security/fleets/company-owned-mobile-devices.yml index f5cd33ad0d..ebb07d1fd2 100644 --- a/it-and-security/fleets/company-owned-mobile-devices.yml +++ b/it-and-security/fleets/company-owned-mobile-devices.yml @@ -2,8 +2,8 @@ name: 📱🏢 Employee-issued mobile devices settings: features: host_expiry_settings: - host_expiry_enabled: false - host_expiry_window: 0 + host_expiry_enabled: true + host_expiry_window: 90 secrets: - secret: $DOGFOOD_COMPANY_OWNED_MOBILE_DEVICES_ENROLL_SECRET integrations: diff --git a/it-and-security/fleets/personal-mobile-devices.yml b/it-and-security/fleets/personal-mobile-devices.yml index a669fc8da4..df1dfd8749 100644 --- a/it-and-security/fleets/personal-mobile-devices.yml +++ b/it-and-security/fleets/personal-mobile-devices.yml @@ -2,8 +2,8 @@ name: 📱🔐 Personal mobile devices settings: features: host_expiry_settings: - host_expiry_enabled: false - host_expiry_window: 0 + host_expiry_enabled: true + host_expiry_window: 90 secrets: - secret: $DOGFOOD_PERSONAL_MOBILE_DEVICES_ENROLL_SECRET integrations: diff --git a/it-and-security/fleets/workstations.yml b/it-and-security/fleets/workstations.yml index fa1e76b343..fc198d1a70 100644 --- a/it-and-security/fleets/workstations.yml +++ b/it-and-security/fleets/workstations.yml @@ -9,8 +9,8 @@ settings: enable_host_users: true enable_software_inventory: true host_expiry_settings: - host_expiry_enabled: false - host_expiry_window: 0 + host_expiry_enabled: true + host_expiry_window: 90 secrets: - secret: $DOGFOOD_WORKSTATIONS_ENROLL_SECRET integrations: