Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix & clean up README.md markup #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,20 @@ networking.nat = {
FAQ
---

####What's a configuration.nix file
#### What's a configuration.nix file

See the [NixOS manual](http://nixos.org/nixos/manual/#ch-configuration).

####Isn't this just nix-shell?
#### Isn't this just nix-shell?

No. `nix-shell` will drop you into a chroot, with any required build
dependencies, but won't handle dependent *services*. `nixos-shell` will
drop you into a *containter* which is closer to booting a virtual machine
with everything you need.

####Isn't this just nixos-container?
#### Isn't this just nixos-container?

Not quite. `nixos-shell` builds on tops of `nixos-container` to spawn
a temporary environment. That is, it sets up your environment, gets you
logged in, then takes care of tearing it up and tidying up after you when
you log out.