add wce cache as substitutor

This commit is contained in:
TheWanderingCrow 2025-02-09 17:08:28 -05:00
parent d5c5d40d44
commit c1d86390ff

View file

@ -2,8 +2,12 @@
config = {
system.stateVersion = "24.05";
time.timeZone = "America/New_York";
nix.settings.experimental-features = ["flakes" "nix-command"];
nix.settings.trusted-users = ["@wheel"];
nix.settings = {
experimental-features = ["flakes" "nix-command"];
trusted-users = ["@wheel"];
substituters = [" https://cache.wanderingcrow.net/main"];
trusted-public-keys = ["main:w2Ryiog6zSARbqXfTTYZmhg+FrEodWjCgyy9tYLZIAw="];
};
environment.variables = {
EDITOR = "nvim";