Skip to content

Instantly share code, notes, and snippets.

@nixinator
Created November 29, 2021 23:47
Show Gist options
  • Save nixinator/2077f71c02b3a486b2984c40ab0ab89b to your computer and use it in GitHub Desktop.
Save nixinator/2077f71c02b3a486b2984c40ab0ab89b to your computer and use it in GitHub Desktop.
start nixos containers manually
for i in $(nixos-container list); do nixos-container start $i && sleep 10; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment