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:
parent
a4db1a0165
commit
142388b316
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user