From 0aa78baf0728e75a628c5f9c1ba5ed7b14845402 Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Wed, 1 Nov 2023 20:14:19 +0100 Subject: [PATCH] add my trusted public key --- hosts/main.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/main.nix b/hosts/main.nix index a02071c..1c75a85 100644 --- a/hosts/main.nix +++ b/hosts/main.nix @@ -19,6 +19,11 @@ ../users/me/default.nix ]; + nix.settings = { + trusted-public-keys = [ + "sebastian@c2vi.dev:0tIXGRJMLaI9H1ZPdU4gh+BikUuBVHtk+e1B5HggdZo=" + ]; + }; networking.hostName = "main";