mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-14 02:38:58 +02:00
7 lines
No EOL
197 B
Markdown
7 lines
No EOL
197 B
Markdown
To generate the keys beforehand
|
|
```ssh
|
|
nix-shell -p age
|
|
sudo mkdir /var/lib/sops-nix
|
|
age-keygen -o /var/lib/sops-nix/key.txt
|
|
```
|
|
And then update the .sops.yaml in the project directory accordingly. |