root: rename elogind to logind and fix path for systemd logind

This commit is contained in:
lelgenio 2022-04-26 20:50:50 -03:00
parent 30594f3d10
commit 7524897191
2 changed files with 3 additions and 3 deletions

View File

@ -112,8 +112,8 @@ dotfiles:
# - greetd_install # - greetd_install
logind: logind:
src: elogind.conf src: logind.conf
dst: /etc/logind/logind.conf dst: /etc/systemd/logind.conf
actions: actions:
- dbus_uuidgen - dbus_uuidgen
@ -122,7 +122,7 @@ dotfiles:
dst: /etc/iwd/main.conf dst: /etc/iwd/main.conf
elogind: elogind:
src: elogind.conf src: logind.conf
dst: /etc/elogind/logind.conf dst: /etc/elogind/logind.conf
actions: actions:
- dbus_uuidgen - dbus_uuidgen