borgstor: move to the right machine

This commit is contained in:
2024-12-06 07:45:46 +02:00
parent de4581a6fc
commit f6e4b1e82a
2 changed files with 9 additions and 9 deletions

View File

@@ -104,6 +104,15 @@ in
keyfile = config.age.secrets.ssh8022-server.path;
};
borgstor = {
enable = true;
dataDir = "/data/borg";
sshKeys = with myData; [
hosts."fwminex.servers.jakst".publicKey
people_pubkeys.motiejus
];
};
tailscale = {
enable = true;
verboseLogs = false;