Regenerated

This commit is contained in:
2026-04-29 13:10:50 +02:00
parent a32a776778
commit 1d1b18ec9c
3 changed files with 394 additions and 388 deletions
+390 -388
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -1886,6 +1886,7 @@ in
################################# #################################
services.greetd = { services.greetd = {
enable = true; enable = true;
vt=1;
settings = { settings = {
default_session = { default_session = {
command = '' command = ''
@@ -1908,6 +1909,7 @@ in
StandardInput = "tty"; StandardInput = "tty";
StandardOutput = "tty"; StandardOutput = "tty";
StandardError = "journal"; StandardError = "journal";
TTYPath = "/dev/tty1";
TTYReset = true; TTYReset = true;
TTYVHangup = true; TTYVHangup = true;
TTYVTDisallocate = true; TTYVTDisallocate = true;
@@ -10,6 +10,7 @@ in
################################# #################################
services.greetd = { services.greetd = {
enable = true; enable = true;
vt=1;
settings = { settings = {
default_session = { default_session = {
command = '' command = ''
@@ -32,6 +33,7 @@ in
StandardInput = "tty"; StandardInput = "tty";
StandardOutput = "tty"; StandardOutput = "tty";
StandardError = "journal"; StandardError = "journal";
TTYPath = "/dev/tty1";
TTYReset = true; TTYReset = true;
TTYVHangup = true; TTYVHangup = true;
TTYVTDisallocate = true; TTYVTDisallocate = true;