mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-18 21:27:42 +00:00
Remove tty6 autologin from Moria
Kodi will be used on a separate box from now on
This commit is contained in:
parent
05120e4507
commit
dab116c936
@ -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…
Reference in New Issue
Block a user