fix(Installer): fix the whole installer now its finishing the installation

This commit is contained in:
2026-05-26 23:48:54 +02:00
parent c50db7a5bf
commit 0fb4c1bf5c
14 changed files with 134 additions and 85 deletions
@@ -1,15 +1,17 @@
---
services:
- name: NetworkManager
units:
- name: "NetworkManager.service"
action: "enable"
mandatory: true
- name: systemd-resolved
mandatory: true
- name: systemd-timesyncd
mandatory: true
- name: sshd
- name: "systemd-resolved.service"
action: "enable"
mandatory: false
targets: []
- name: "systemd-timesyncd.service"
action: "enable"
mandatory: false
- name: "sshd.service"
action: "enable"
mandatory: false