This commit is contained in:
2026-04-10 13:04:45 +01:00
parent 1972b5d4da
commit ff1ff5fd1c
+10
View File
@@ -13,6 +13,16 @@
}; };
}; };
}; };
systemd.services.greetd.serviceConfig = {
Type = "idle";
StandardInput = "tty";
StandardOutput = "tty";
StandardError = "journal"; # Without this errors will spam on screen
# Without these bootlogs will spam on screen
TTYReset = true;
TTYVHangup = true;
TTYVTDisallocate = true;
};
}; };
}; };
} }