Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willbush/ex-nixos-starter-config
An example of a configured misterio77/nix-starter-config
https://github.com/willbush/ex-nixos-starter-config
Last synced: about 1 month ago
JSON representation
An example of a configured misterio77/nix-starter-config
- Host: GitHub
- URL: https://github.com/willbush/ex-nixos-starter-config
- Owner: willbush
- License: mit
- Created: 2024-01-17T04:09:44.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-29T04:13:15.000Z (11 months ago)
- Last Synced: 2024-03-15T00:21:14.802Z (9 months ago)
- Language: Nix
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# ex-nixos-starter-config
This is an example repo for [this blog
post](https://willbush.dev/blog/impermanent-nixos) on how one might configure a
[misterio77/nix-starter-config](https://github.com/Misterio77/nix-starter-configs)
minimal template for impermanence.The root password is `temp a` and user `will` password is `temp b`.
Replace the `initialHashedPassword` in `configuration.nix` with your own:
```sh
$ nix-shell --run 'mkpasswd -m SHA-512 -s' -p mkpasswd
Password: your password```