aux: nixos 22.11

force-ssl-main-website
Sebastien Bourdeauducq 2022-11-22 11:55:22 +08:00
parent bfeea65383
commit 31a877fdd3
1 changed files with 3 additions and 3 deletions

View File

@ -206,9 +206,9 @@ in
services.backupdl.enable = true;
nix.binaryCachePublicKeys = ["nixbld.m-labs.hk-1:5aSRVA5b320xbNvu30tqxVPXpld73bhtOeH6uAjRyHc="];
nix.binaryCaches = ["https://nixbld.m-labs.hk" "https://cache.nixos.org"];
nix.trustedUsers = ["sb"];
nix.settings.trusted-public-keys = ["nixbld.m-labs.hk-1:5aSRVA5b320xbNvu30tqxVPXpld73bhtOeH6uAjRyHc="];
nix.settings.substituters = ["https://nixbld.m-labs.hk" "https://cache.nixos.org"];
nix.settings.trusted-users = ["sb"];
system.stateVersion = "22.05";
}