🎨 nix fmt
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 10m49s

This commit is contained in:
Ingolf Wagner 2024-08-29 13:22:51 +07:00
parent 32e0eacffa
commit 0f42a99288
Signed by: palo
GPG key ID: 76BF5F1928B9618B
3 changed files with 8 additions and 4 deletions

View file

@ -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.<toplevel>.enabled` should usually be the default for all it subcomponents (`comonent.<topleve>.<subcomponent>.enabled`).
- should be project agnostic (e.g.: configure bugwarrior via options but leave
specifics out).
- `component.<toplevel>.enabled` should usually be the default for all it
subcomponents (`comonent.<topleve>.<subcomponent>.enabled`).
- But default should make sense here!

View file

@ -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=<path of the iso> of=/dev/<device> bs=4096`

View file

@ -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).