1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-04 21:18:28 +03:00

examples/hello: Use silent boot

This commit is contained in:
Samuel Dionne-Riel 2023-04-25 17:40:45 -04:00
parent a4db1a0165
commit 142388b316

View File

@ -71,6 +71,10 @@ in
log.level = "DEBUG";
};
mobile.beautification = {
silentBoot = lib.mkDefault true;
};
# Ensure hello-gui isn't trampled over by the TTY
systemd.services."getty@tty1" = {
enable = false;