From 4f13a55a8c7782d42060d9f9905e25f41da04e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 6 Dec 2024 01:47:44 +0200 Subject: [PATCH] vno3-nk: +jakstpub +deployerbot-follower --- hosts/vno3-nk/configuration.nix | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/hosts/vno3-nk/configuration.nix b/hosts/vno3-nk/configuration.nix index 5334e66..2126cc5 100644 --- a/hosts/vno3-nk/configuration.nix +++ b/hosts/vno3-nk/configuration.nix @@ -215,13 +215,21 @@ in # } #]; - #jakstpub = { - # enable = true; - # dataDir = "/home/motiejus/annex2/vno3-shared"; - # #requires = [ "data-shared.mount" ]; - # uidgid = myData.uidgid.jakstpub; - # hostname = "hdd.jakstys.lt"; - #}; + deployerbot = { + follower = { + enable = true; + publicKeys = [ myData.hosts."fwminex.servers.jakst".publicKey ]; + sshAllowSubnets = [ myData.subnets.tailscale.sshPattern ]; + uidgid = myData.uidgid.updaterbot-deployee; + }; + }; + + jakstpub = { + enable = true; + dataDir = "/data/vno3-shared"; + uidgid = myData.uidgid.jakstpub; + hostname = "hdd.jakstys.lt"; + }; }; };