fwminex: +borgstor

This commit is contained in:
2024-12-28 18:39:41 +02:00
parent e3cf6f443f
commit 7a9db4ec82
2 changed files with 10 additions and 0 deletions

View File

@@ -451,6 +451,15 @@ in
keyfile = config.age.secrets.ssh8022-server.path;
};
borgstor = {
enable = true;
dataDir = "/var/lib/borgstor";
sshKeys = with myData; [
hosts."vno3-nk.servers.jakst".publicKey
people_pubkeys.motiejus
];
};
vaultwarden = {
enable = true;
port = myData.ports.vaultwarden;