From cba8cb1ce8f7f5d0480ea14bcce0743102b5ff1b Mon Sep 17 00:00:00 2001 From: Dennis Frieberg Date: Sat, 30 Sep 2023 17:21:30 +0200 Subject: [PATCH] added nix_keys --- nixos/roles/nix_keys.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nixos/roles/nix_keys.nix diff --git a/nixos/roles/nix_keys.nix b/nixos/roles/nix_keys.nix new file mode 100644 index 0000000..af3f21d --- /dev/null +++ b/nixos/roles/nix_keys.nix @@ -0,0 +1,4 @@ +{lib, ...} : + nix.settings.trusted-public-keys = [ + "nerflap2-1:pDZCg0oo9PxNQxwVSQSvycw7WXTl53PGvVeZWvxuqJc=" + ];