update cache

This commit is contained in:
zack 2024-10-19 14:40:46 -04:00
parent dd6b943f55
commit aee17d7d2a
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
3 changed files with 10 additions and 10 deletions

View file

@ -1,15 +1,15 @@
{ {
description = "Nixos config flake"; description = "Nixos config flake";
nixConfig = { # nixConfig = {
extra-substituters = [ # extra-substituters = [
"https://hydra.zoeys.computer" # "https://cache.zoeys.computer"
]; # ];
extra-trusted-public-keys = [ # extra-trusted-public-keys = [
"hydra.zoeys.computer-1:ssh-ed25519:0000000b7373682d65643235353139000000205f061b28bd7b23ff28347b79ac7719587c471904487cebc19172a682240256cc" # "cache.zoeys.computer:0Pvq2E8GWBX9qk1aTQ3RpZ01t4Nu5uWMQy90ippP9Ls="
]; # ];
}; # };
#
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";

View file

@ -10,7 +10,7 @@ with lib.custom; let
sec = config.age.secrets; sec = config.age.secrets;
in { in {
options.sites.hydra = with types; { options.sites.cache = with types; {
enable = mkBoolOpt false "Enable Hydra"; enable = mkBoolOpt false "Enable Hydra";
}; };

Binary file not shown.