🎨 nix fmt
This commit is contained in:
parent
32e0eacffa
commit
0f42a99288
3 changed files with 8 additions and 4 deletions
|
@ -1,6 +1,8 @@
|
||||||
# components concept
|
# components concept
|
||||||
|
|
||||||
- components are kinda opinionated.
|
- components are kinda opinionated.
|
||||||
- should be project agnostic (e.g.: configure bugwarrior via options but leave specifics out).
|
- should be project agnostic (e.g.: configure bugwarrior via options but leave
|
||||||
- `component.<toplevel>.enabled` should usually be the default for all it subcomponents (`comonent.<topleve>.<subcomponent>.enabled`).
|
specifics out).
|
||||||
|
- `component.<toplevel>.enabled` should usually be the default for all it
|
||||||
|
subcomponents (`comonent.<topleve>.<subcomponent>.enabled`).
|
||||||
- But default should make sense here!
|
- But default should make sense here!
|
||||||
|
|
|
@ -7,7 +7,8 @@
|
||||||
|
|
||||||
- import `./remote-service.nix` in your `/etc/nixos/configuration.nix`
|
- import `./remote-service.nix` in your `/etc/nixos/configuration.nix`
|
||||||
- `nixos-rebuild switch`
|
- `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`
|
- set the public key in `./config.nix`
|
||||||
- run `nixos-generate -f install-iso -c ./config.nix`
|
- run `nixos-generate -f install-iso -c ./config.nix`
|
||||||
- prepare the usb stick : `sudo if=<path of the iso> of=/dev/<device> bs=4096`
|
- prepare the usb stick : `sudo if=<path of the iso> of=/dev/<device> bs=4096`
|
||||||
|
|
|
@ -10,4 +10,5 @@
|
||||||
- edit SAM database `chntpw -i SAM`
|
- edit SAM database `chntpw -i SAM`
|
||||||
- reboot
|
- 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).
|
||||||
|
|
Loading…
Reference in a new issue