Compare commits

..

3 commits

Author SHA1 Message Date
b64551fad8 HF-7: Move out sops config
* Updated configuration.nix to match latest homefree
* Added secrets config
* Updated Readme
2024-12-13 17:43:55 -08:00
0c85fc118a Merge pull request 'HF-7: Move out sops config' (#1) from hf-7-move-out-sops into master
Reviewed-on: #1
2024-12-13 17:17:11 -08:00
d3f8d588b5 HF-7: Move out sops config
* Updated configuration.nix to match latest homefree
* Added secrets config
2024-12-13 17:14:13 -08:00

View file

@ -1,22 +0,0 @@
Secrets config
--------------
1. Generate appropriate GPG keys. You will need a private SSH key at ~/.ssh/id_rsa
```
./generate-gpg-keys.sh
```
Create secrets file in this folder. Use the following commands:
```
sops authentik.yaml
sops backup.yaml
sops ddclient.yaml
sops linkwarden.yaml
sops nextcloud.yaml
sops tailscale.yaml
```
And copy the contents from the appropriate file in the `secrets-unencrypted` folder, changing
the values as required.