Remove verified fetches

This commit is contained in:
Vili Sinervä 2024-10-17 01:13:55 +03:00
parent 14153a0092
commit 476c764436
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
2 changed files with 0 additions and 19 deletions

View file

@ -145,11 +145,9 @@
};
nix = {
package = pkgs.nixVersions.nix_2_20;
settings = {
auto-optimise-store = true;
tarball-ttl = 0;
experimental-features = "verified-fetches";
};
gc = {
automatic = true;

View file

@ -7,23 +7,6 @@ let
url = "https://github.com/VSinerva/nixos-conf.git";
name = "nixos-conf-github";
ref = "main";
publicKeys = [
{
# helium
type = "ssh-ed25519-sk";
key = "AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIPiupf3xK6eWvno7R2rDYPuDxVvbmzWh5EkR1rquvV9hAAAABHNzaDo=";
}
{
# lithium
type = "ssh-ed25519-sk";
key = "AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIHr/1uVk5cWRWAELvwVvBG+eAbkKqpH2gat1yKKO11roAAAABHNzaDo=";
}
{
# backup
type = "ssh-ed25519";
key = "AAAAC3NzaC1lZDI1NTE5AAAAIOOk8akyi6Ob1EOPugxnjdlMQs9rOAbxBbakT8olBFe7";
}
];
};
in
{