1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-15 02:43:24 +03:00

demo: Use shell as a replacement for "loop-forever"

This commit is contained in:
Samuel Dionne-Riel 2020-01-13 15:23:41 -05:00
parent 2356bd2947
commit 22bd4406b0

View File

@ -18,7 +18,7 @@ in
config = mkMerge [
{
# Ensures we don't quit stage-1
mobile.boot.stage-1.loop-forever.enable = true;
mobile.boot.stage-1.shell.enable = true;
# Enables networking and ssh in stage-1 !
mobile.boot.stage-1.networking.enable = true;