address a TODO: nixos-22.05 doesn't require configuration.nix

This commit is contained in:
colin 2022-06-14 02:53:23 -07:00
parent f63d91e06f
commit f3f5a87d76
1 changed files with 1 additions and 3 deletions

View File

@ -25,9 +25,7 @@ so let's bootstrap from an existing Nix install. first, provision a machine. the
}
```
```configuration.nix
TODO: does one need the configuration.nix wrapper on nixos-22.05?
```
`host.nix` is where the configuration of your host image lives. if you installed nix through the installer, you can just copy the contents from `/etc/nixos/configuration.nix` into it.
## Bare-minimal Build