aux: nix settings

force-ssl-main-website
Sebastien Bourdeauducq 2022-09-23 11:39:17 +08:00
parent 50b7482100
commit a3edbfa316
1 changed files with 4 additions and 0 deletions

View File

@ -167,5 +167,9 @@ in
StreamLocalBindUnlink yes
'';
nix.binaryCachePublicKeys = ["nixbld.m-labs.hk-1:5aSRVA5b320xbNvu30tqxVPXpld73bhtOeH6uAjRyHc="];
nix.binaryCaches = ["https://nixbld.m-labs.hk" "https://cache.nixos.org"];
nix.trustedUsers = ["sb"];
system.stateVersion = "22.05";
}