butcher, remove empty password and get ready for pamshits

This commit is contained in:
yourfriendoss 2023-11-29 11:24:48 +02:00
parent 7ba70c8132
commit 743304aa66

View file

@ -92,7 +92,7 @@
block: | block: |
[Service] [Service]
ExecStart= ExecStart=
ExecStart=-/sbin/agetty -o '-p -- yf' --noclear --skip-login - $TERM ExecStart=-/sbin/agetty --skip-login - $TERM
Environment=XDG_SESSION_TYPE=wayland Environment=XDG_SESSION_TYPE=wayland
become: yes become: yes
@ -102,10 +102,6 @@
enabled: true enabled: true
become: yes become: yes
- name: Remove password of yf
user: name=yf password=''
become: yes
- name: Install stow - name: Install stow
community.general.pacman: community.general.pacman:
name: name:
@ -211,4 +207,4 @@
Hyprland Hyprland
fi fi
become: yes become: yes
become_user: yf become_user: yf