borgstor: move to the right machine

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

View File

@ -94,15 +94,6 @@ in
extraSubnets = [ myData.subnets.vno1.cidr ];
};
borgstor = {
enable = true;
dataDir = "/data/borg";
sshKeys = with myData; [
hosts."fwminex.servers.jakst".publicKey
people_pubkeys.motiejus
];
};
ssh8022.client = {
enable = true;
keyfile = config.age.secrets.ssh8022-client.path;

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;