update cache
This commit is contained in:
parent
dd6b943f55
commit
aee17d7d2a
3 changed files with 10 additions and 10 deletions
18
flake.nix
18
flake.nix
|
|
@ -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";
|
||||||
|
|
|
||||||
2
modules/nixos/sites/cache/default.nix
vendored
2
modules/nixos/sites/cache/default.nix
vendored
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
BIN
modules/nixos/sites/cache/sec/cache_key.age
vendored
BIN
modules/nixos/sites/cache/sec/cache_key.age
vendored
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue