From 69fe567b00746af0740ba4f9b4f53a3e0d97e46b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 24 Jul 2023 16:42:12 +0300 Subject: [PATCH] vno1-oh2: trust updaterbot --- hosts/vno1-oh2/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix index c425466..2089dd1 100644 --- a/hosts/vno1-oh2/configuration.nix +++ b/hosts/vno1-oh2/configuration.nix @@ -65,6 +65,8 @@ }; }; + nix.settings.trusted-users = ["updaterbot"]; + services = { tailscale.enable = true;