borgstor: allow motiejus to read borg backups

This commit is contained in:
Motiejus Jakštys 2023-09-15 11:17:40 +03:00
parent 7ee6a0de71
commit 93b95af851
1 changed files with 4 additions and 1 deletions

View File

@ -71,7 +71,10 @@
borgstor = { borgstor = {
enable = true; enable = true;
dataDir = "/data/borg"; dataDir = "/data/borg";
sshKeys = [myData.hosts."vno1-oh2.servers.jakst".publicKey]; sshKeys = [
myData.hosts."vno1-oh2.servers.jakst".publicKey
myData.people_pubkeys.motiejus
];
}; };
postfix = { postfix = {