WIP: per-machine kopia secrets.

Cleanup unused kopia VM config.
This commit is contained in:
2025-03-11 20:35:10 +00:00
parent 6165d4a2af
commit b294dd2851
12 changed files with 161 additions and 18 deletions

View File

@@ -32,7 +32,7 @@ kopia repository server setup (on a non-NixOS host at the time):
* kopia repository create filesystem --path /backup/persist
* kopia repository connect filesystem --path=/backup/persist
* kopia server user add root@zippy
then, add the password to secrets.yaml
then, add the password to secrets/zippy.yaml -- the key needs to be "kopia"
* kopia server start --address 0.0.0.0:51515 --tls-cert-file ~/kopia-certs/kopia.cert --tls-key-file ~/kopia-certs/kopia.key --tls-generate-cert (first time)
* kopia server start --address 0.0.0.0:51515 --tls-cert-file ~/kopia-certs/kopia.cert --tls-key-file ~/kopia-certs/kopia.key (subsequent)
[TLS is mandatory for this]