Add lumiguide public key

auto-flake-update
Yorick van Pelt 2018-05-12 18:13:48 +02:00
parent 0ff7fb7148
commit adb903bd30
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
2 changed files with 17 additions and 11 deletions

View File

@ -9,15 +9,4 @@
system.stateVersion = "17.09";
nix = {
binaryCaches = [
"https://cache.nixos.org"
];
trustedBinaryCaches = config.nix.binaryCaches ++ [
"https://builder.serokell.io"
];
binaryCachePublicKeys = [
"serokell:ic/49yTkeFIk4EBX1CZ/Wlt5fQfV7yCifaJyoM+S3Ss="
];
};
}

View File

@ -31,3 +31,20 @@
services.pcscd.enable = true;
#environment.systemPackages = [pkgs.yubikey-manager];
}
nix = {
gc.automatic = pkgs.lib.mkOverride 30 false;
binaryCaches = [
"https://cache.nixos.org"
];
trustedBinaryCaches = config.nix.binaryCaches ++ [
"https://builder.serokell.io"
"https://cache.lumi.guide"
];
binaryCachePublicKeys = [
"serokell:ic/49yTkeFIk4EBX1CZ/Wlt5fQfV7yCifaJyoM+S3Ss="
"cache.lumi.guide-1:z813xH+DDlh+wvloqEiihGvZqLXFmN7zmyF8wR47BHE="
];
#extraOptions = ''
# netrc-file = ${nixnetrc}
#'';
};