Skip to content

Instantly share code, notes, and snippets.

@samueldr
Created September 29, 2020 05:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samueldr/b36b84e9bcd118d7712d7ec0893e4a0a to your computer and use it in GitHub Desktop.
Save samueldr/b36b84e9bcd118d7712d7ec0893e4a0a to your computer and use it in GitHub Desktop.
{ config, pkgs, ... }:
{
mobile.boot.stage-1.networking.enable = true;
# Will "break" boot by not switching, and opening a
# shell you likely can't access...
mobile.boot.stage-1.shell.enable = true;
# Enabling this "breaks" ssh in stage-2 as we don't
# kill it in stage-1 yet...
mobile.boot.stage-1.ssh.enable = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment