sgx-azure: add nixsgx cachix
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
108136a1d1
commit
3b01da5ac4
|
@ -10,6 +10,13 @@
|
||||||
homeDirectory = "/home/${config.home.username}";
|
homeDirectory = "/home/${config.home.username}";
|
||||||
stateVersion = "23.11"; # Please read the comment before changing.
|
stateVersion = "23.11"; # Please read the comment before changing.
|
||||||
sessionPath = [ "$HOME/bin" ];
|
sessionPath = [ "$HOME/bin" ];
|
||||||
|
nix.settings = {
|
||||||
|
substituters = [ "https://cache.nixos.org" "https://nixsgx.cachix.org" ];
|
||||||
|
trusted-public-keys = [
|
||||||
|
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||||
|
"nixsgx.cachix.org-1:tGi36DlY2joNsIXOlGnSgWW0+E094V6hW0umQRo/KoE="
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
plusultra = {
|
plusultra = {
|
||||||
|
|
Loading…
Reference in a new issue