From 7a9db4ec82800165fd4effd6105f277df707624b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 28 Dec 2024 18:39:41 +0200 Subject: [PATCH] fwminex: +borgstor --- hosts/fwminex/configuration.nix | 9 +++++++++ hosts/vno3-nk/configuration.nix | 1 + 2 files changed, 10 insertions(+) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 0c45f58..b4814de 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -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; diff --git a/hosts/vno3-nk/configuration.nix b/hosts/vno3-nk/configuration.nix index a28cd7e..50026a3 100644 --- a/hosts/vno3-nk/configuration.nix +++ b/hosts/vno3-nk/configuration.nix @@ -140,6 +140,7 @@ in ) [ "zh2769@zh2769.rsync.net" + "borgstor@${myData.hosts."fwminex.servers.jakst".jakstIP}" ]; };