update attic pub key

This commit is contained in:
cy 2025-01-05 17:31:25 -05:00
parent 9614b9ac6d
commit d893b06a82
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@
"https://cache.cything.io/central"
];
extra-trusted-public-keys = [
"central:zOr/tVH4EqkIgnClJJzYkHYHbCTtG1aUsA2OZjObAt0="
"central:cuiJMi+5BFUGeBPNMNWiKO6dlVTOHbHizFY+t7UW12w="
];
builders-use-substitutes = true;
};

View file

@ -6,7 +6,7 @@
auto-optimise-store = true;
flake-registry = "";
trusted-users = [ "root" "@wheel" ];
trusted-public-keys = [ "central:zOr/tVH4EqkIgnClJJzYkHYHbCTtG1aUsA2OZjObAt0=" ];
trusted-public-keys = [ "central:cuiJMi+5BFUGeBPNMNWiKO6dlVTOHbHizFY+t7UW12w=" ];
substituters = [ "https://cache.cything.io/central" ];
};
channel.enable = false;