Remove tty6 autologin from Moria

Kodi will be used on a separate box from now on
main
Marko Korhonen 1 year ago
parent 05120e4507
commit dab116c936
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

@ -95,10 +95,6 @@ src = "etc/ssh/sshd_config"
dst = "/etc/welcomemessage.conf"
src = "etc/welcomemessage.conf"
[dotfiles."f_getty6conf"]
src = "etc/systemd/system/getty@tty6.service.d/override.conf"
dst = "/etc/systemd/system/getty@tty6.service.d/override.conf"
[dotfiles."f_99-conbee-usb-serial.rules"]
src = "etc/udev/rules.d/99-conbee-usb-serial.rules"
dst = "/etc/udev/rules.d/99-conbee-usb-serial.rules"
@ -224,7 +220,6 @@ dotfiles = [
"f_mkinitcpio_linux-cachyos.preset",
"f_plymouthd.conf",
"f_sshd_config",
"f_getty6conf",
]
[profiles.Gondor]

@ -1,6 +0,0 @@
if [[ -z $DISPLAY && $XDG_VTNR -eq 6 ]]; then
systemctl --user mask pipewire.service pipewire-pulse.service
systemctl --user stop pipewire.service pipewire-pulse.service
kodi --standalone
systemctl --user unmask pipewire.service pipewire-pulse.service
fi
Loading…
Cancel
Save