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";
|
url = "https://github.com/VSinerva/nixos-conf.git";
|
||||||
name = "nixos-conf-github";
|
name = "nixos-conf-github";
|
||||||
ref = "main";
|
ref = "main";
|
||||||
|
publicKey = "AAAAC3NzaC1lZDI1NTE5AAAAIBbGREoK1uVny1s8FK3KZ74Wmaf0VtifhqPyK69C/Gez";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# Verification will be available soon, so keeping this here as a reminder
|
nix.settings.experimental-features = "verified-fetches";
|
||||||
# publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBbGREoK1uVny1s8FK3KZ74Wmaf0VtifhqPyK69C/Gez vili@helium";
|
|
||||||
# nix.settings.experimental-features = "verified-fetches";
|
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue