Remove verified fetches
This commit is contained in:
parent
14153a0092
commit
476c764436
2 changed files with 0 additions and 19 deletions
2
base.nix
2
base.nix
|
@ -145,11 +145,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
package = pkgs.nixVersions.nix_2_20;
|
|
||||||
settings = {
|
settings = {
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
tarball-ttl = 0;
|
tarball-ttl = 0;
|
||||||
experimental-features = "verified-fetches";
|
|
||||||
};
|
};
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
|
|
|
@ -7,23 +7,6 @@ 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";
|
||||||
publicKeys = [
|
|
||||||
{
|
|
||||||
# helium
|
|
||||||
type = "ssh-ed25519-sk";
|
|
||||||
key = "AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIPiupf3xK6eWvno7R2rDYPuDxVvbmzWh5EkR1rquvV9hAAAABHNzaDo=";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
# lithium
|
|
||||||
type = "ssh-ed25519-sk";
|
|
||||||
key = "AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIHr/1uVk5cWRWAELvwVvBG+eAbkKqpH2gat1yKKO11roAAAABHNzaDo=";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
# backup
|
|
||||||
type = "ssh-ed25519";
|
|
||||||
key = "AAAAC3NzaC1lZDI1NTE5AAAAIOOk8akyi6Ob1EOPugxnjdlMQs9rOAbxBbakT8olBFe7";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue