docs(README.md): add section on system setup
This commit is contained in:
parent
0dbe011a2e
commit
29edcb1502
1 changed files with 8 additions and 0 deletions
|
@ -10,3 +10,11 @@ Option declarations for user specific configuration are kept to:
|
|||
System configurations, to this end, should include the window manager, lockscreen, terminal etc. for that system.
|
||||
|
||||
These desktop programs will be **configured** in home-manager for each user, but those configurations consult the osConfig variable passed in by home-manager.
|
||||
|
||||
# System Setup
|
||||
|
||||
The following files are **required** for system activation:
|
||||
|
||||
- /persist/home/${mainUser}/.ssh/id_ed25519
|
||||
|
||||
This private key will be used by sops-nix to decrypt the secrets in [[secrets/secrets.yaml]]. The secrets inside the yaml file should also be set, or otherwise removed alongside their declarations (in [[modules/nixos/system/secrets.nix]]) and references.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue