From b18fbe975f3e0c25c0cd534b9c0f3ba82b22a712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Wed, 5 Jun 2024 18:42:32 +0300 Subject: [PATCH] Update template config to add verification of commit signatures --- configuration.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 6db3865..dacc240 100644 --- a/configuration.nix +++ b/configuration.nix @@ -7,12 +7,11 @@ let url = "https://github.com/VSinerva/nixos-conf.git"; name = "nixos-conf-github"; ref = "main"; + publicKey = "AAAAC3NzaC1lZDI1NTE5AAAAIBbGREoK1uVny1s8FK3KZ74Wmaf0VtifhqPyK69C/Gez"; }; in { - # Verification will be available soon, so keeping this here as a reminder - # publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBbGREoK1uVny1s8FK3KZ74Wmaf0VtifhqPyK69C/Gez vili@helium"; - # nix.settings.experimental-features = "verified-fetches"; + nix.settings.experimental-features = "verified-fetches"; imports = [ ./hardware-configuration.nix