add note on generating keys
This commit is contained in:
parent
421064ce53
commit
5dc73f59e2
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ My dotfiles - including my vim, terminal and font config.
|
||||||
My current setup consists of multiple machines running NixOS.
|
My current setup consists of multiple machines running NixOS.
|
||||||
This is using flakes for reproducibility and home manager for setting up user-specific things.
|
This is using flakes for reproducibility and home manager for setting up user-specific things.
|
||||||
|
|
||||||
|
|
||||||
|
## generating ssh keys
|
||||||
|
```
|
||||||
|
ssh-keygen -t ed25519
|
||||||
|
```
|
||||||
|
|
||||||
Workstations are set up by running ` sudo nixos-rebuild switch --flake '.#'` and servers are by `nixos-rebuild switch --flake '.#servername' --target-host root@hostname`.
|
Workstations are set up by running ` sudo nixos-rebuild switch --flake '.#'` and servers are by `nixos-rebuild switch --flake '.#servername' --target-host root@hostname`.
|
||||||
I don't use home manager the program, everything is referenced from the top flake.
|
I don't use home manager the program, everything is referenced from the top flake.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue