[configure-systemd] Enable udisks2 service

This commit is contained in:
Sebastian Schulze 2024-12-19 21:32:32 +01:00
parent fe952198c2
commit e38833ccde
Signed by: bascht
GPG key ID: 5BCB1D3B4D38A35A

View file

@ -8,6 +8,7 @@ fi
# systemd-hash: {{ glob "~/.config/systemd/user/*" | join "" | sha256sum }}
systemctl --user daemon-reload
sudo systemctl enable --now pcscd
sudo systemctl enable --now udisks2
sudo systemctl enable --now systemd-resolved
{{- if (eq .chezmoi.hostname "apfelstrudel") }}