Update template config to add verification of commit signatures
This commit is contained in:
parent
b2b6b08e71
commit
b18fbe975f
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue