From 83df7ae4daf41a1f1cb03837fb678fd36243b6ca Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Wed, 1 Nov 2023 19:03:25 +0100 Subject: [PATCH] trust main to copy paths into the nix store of hpm --- hosts/hpm.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/hpm.nix b/hosts/hpm.nix index dc59975..123c99f 100644 --- a/hosts/hpm.nix +++ b/hosts/hpm.nix @@ -16,6 +16,12 @@ settings.PermitRootLogin = "yes"; }; + nix.settings = { + trusted-public-keys = [ + "sebastian@c2vi.dev:0tIXGRJMLaI9H1ZPdU4gh+BikUuBVHtk+e1B5HggdZo=" + ]; + }; + users.users.me.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFjgXf9S9hxjyph2EEFh1el0z4OUT9fMoFAaDanjiuKa me@main" ];