From 7524897191c89e1fab21f5c0881fef581b7e9a60 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Tue, 26 Apr 2022 20:50:50 -0300 Subject: [PATCH] root: rename elogind to logind and fix path for systemd logind --- root/config.yaml | 6 +++--- root/{elogind.conf => logind.conf} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename root/{elogind.conf => logind.conf} (100%) diff --git a/root/config.yaml b/root/config.yaml index d2013b5..080a135 100644 --- a/root/config.yaml +++ b/root/config.yaml @@ -112,8 +112,8 @@ dotfiles: # - greetd_install logind: - src: elogind.conf - dst: /etc/logind/logind.conf + src: logind.conf + dst: /etc/systemd/logind.conf actions: - dbus_uuidgen @@ -122,7 +122,7 @@ dotfiles: dst: /etc/iwd/main.conf elogind: - src: elogind.conf + src: logind.conf dst: /etc/elogind/logind.conf actions: - dbus_uuidgen diff --git a/root/elogind.conf b/root/logind.conf similarity index 100% rename from root/elogind.conf rename to root/logind.conf