diff --git a/components/README.md b/components/README.md index d8c8454..75bdf87 100644 --- a/components/README.md +++ b/components/README.md @@ -1,6 +1,8 @@ # components concept - components are kinda opinionated. -- should be project agnostic (e.g.: configure bugwarrior via options but leave specifics out). -- `component..enabled` should usually be the default for all it subcomponents (`comonent...enabled`). +- should be project agnostic (e.g.: configure bugwarrior via options but leave + specifics out). +- `component..enabled` should usually be the default for all it + subcomponents (`comonent...enabled`). - But default should make sense here! diff --git a/images/remote-install/README.md b/images/remote-install/README.md index db3a772..d1dc6f1 100644 --- a/images/remote-install/README.md +++ b/images/remote-install/README.md @@ -7,7 +7,8 @@ - import `./remote-service.nix` in your `/etc/nixos/configuration.nix` - `nixos-rebuild switch` -- run `remote-install-get-hiddenReceiver` and enter the result in `./config.nix` as `hiddenReceiver` +- run `remote-install-get-hiddenReceiver` and enter the result in `./config.nix` + as `hiddenReceiver` - set the public key in `./config.nix` - run `nixos-generate -f install-iso -c ./config.nix` - prepare the usb stick : `sudo if= of=/dev/ bs=4096` diff --git a/images/windows-rescue/README.md b/images/windows-rescue/README.md index f55aec0..b4aea67 100644 --- a/images/windows-rescue/README.md +++ b/images/windows-rescue/README.md @@ -10,4 +10,5 @@ - edit SAM database `chntpw -i SAM` - reboot -more details [here](https://opensource.com/article/18/3/how-reset-windows-password-linux). +more details +[here](https://opensource.com/article/18/3/how-reset-windows-password-linux).