fix dbus-broker

This commit is contained in:
Tyler Starr 2023-07-05 11:33:00 -07:00
parent cc85e1f05d
commit d4d4963492
2 changed files with 14 additions and 5 deletions

View File

@ -32,3 +32,12 @@
enabled: true
state: started
become: true
- name: Start and enable dbus-broker globally
tags: ["once"]
systemd:
name: dbus-broker
scope: global
enabled: true
state: started
become: true

View File

@ -34,11 +34,11 @@ chmod +x "$CHEZDIR/temp_bin/rbw-get"
# Set bitwarden email
rbw config set email "$bitemail"
## initialize chezmoi
#chezmoi init
#
## first chezmoi apply
#chezmoi apply
# initialize chezmoi
chezmoi init
# first chezmoi apply
chezmoi apply
# reboot!
read -p "You should reboot, but I won't make you. Reboot? " -n 1 -r