Enable odyssey as binary cache

This commit is contained in:
2023-05-20 15:06:09 +01:00
parent 9d2420e716
commit 7da29fee73
2 changed files with 25 additions and 0 deletions

View File

@ -44,6 +44,16 @@ with lib.my;
neovim
];
nix.settings = {
auto-optimise-store = true;
trusted-substituters = [
"http://odyssey.mesh.vimium.net"
];
trusted-public-keys = [
"odyssey.mesh.vimium.net:ZhQhjscPWjoN4rlZwoMELznEiBnZ9O26iyGA27ibilQ="
];
};
modules.desktop.gnome.enable = true;
modules.networking.tailscale.enable = true;
}