From f6e4b1e82a65e543519928ef26774fe89be02f4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 6 Dec 2024 07:45:46 +0200 Subject: [PATCH] borgstor: move to the right machine --- hosts/vno1-gdrx/configuration.nix | 9 --------- hosts/vno3-nk/configuration.nix | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/hosts/vno1-gdrx/configuration.nix b/hosts/vno1-gdrx/configuration.nix index 740f93c..922d83c 100644 --- a/hosts/vno1-gdrx/configuration.nix +++ b/hosts/vno1-gdrx/configuration.nix @@ -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; diff --git a/hosts/vno3-nk/configuration.nix b/hosts/vno3-nk/configuration.nix index ba6b0a3..69bdb93 100644 --- a/hosts/vno3-nk/configuration.nix +++ b/hosts/vno3-nk/configuration.nix @@ -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;