actually add hydra?

This commit is contained in:
2025-10-11 13:16:57 -06:00
parent 66c15c5574
commit 34ab90a16c
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{ config, pkgs, ... }:
{
# Configure systems to use Hydra as a binary cache substituter
nix.settings = {
substituters = [
"http://rhiannon.coven.systems:3000"
];
trusted-public-keys = [
"rhiannon.coven.systems:f8KiECrc7rY3vDMSy7sACyToxRLPECtQTcm6p8LFMPk="
];
};
}

View File

@@ -9,6 +9,7 @@
[ # Include the results of the hardware scan.
./hardware-configuration.nix
../packages/bincache.nix
#system configs
../defaults/system.nix
../defaults/locale.nix