users/nixos: update Nix caches

This commit is contained in:
Gabriel Arazas 2023-06-27 15:58:02 +08:00
parent c1e40bf01b
commit 0645422e16
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -27,11 +27,9 @@
substituters = [
"https://cache.nixos.org/"
"https://nix-community.cachix.org"
"https://foo-dogsquared.cachix.org"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"foo-dogsquared.cachix.org-1:/2fmqn/gLGvCs5EDeQmqwtus02TUmGy0ZlAEXqRE70E="
];
};
};