kill getty

This commit is contained in:
2025-06-04 12:53:00 +03:00
parent a013a3136d
commit 9ca32a16d6
2 changed files with 9 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ underline_shortcut=1
wheel_scroll_lines=3
[SettingsWindow]
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x4\x1f\0\0\x2\xfb\0\0\0\0\0\0\0\0\0\0\x3\xbf\0\0\x4\x18\0\0\0\0\x2\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x4\x1f\0\0\x2\xfb)
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\aS\0\0\x3\xec\0\0\0\0\0\0\0\0\0\0\a\x7f\0\0\x4\x37\0\0\0\0\x2\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\aS\0\0\x3\xec)
[Troubleshooting]
force_raster_widgets=1

View File

@@ -37,6 +37,14 @@
};
};
services.getty.enable = false;
systemd.services."getty@tty1".enable = false;
systemd.services."getty@tty2".enable = false;
systemd.services."getty@tty3".enable = false;
systemd.services."getty@tty4".enable = false;
systemd.services."getty@tty5".enable = false;
systemd.services."getty@tty6".enable = false;
system.stateVersion = "24.11";
}