Update template config to add verification of commit signatures

This commit is contained in:
Vili Sinervä 2024-06-05 18:42:32 +03:00
parent b2b6b08e71
commit b18fbe975f
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -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