actually add hydra?
This commit is contained in:
14
system/packages/bincache.nix
Normal file
14
system/packages/bincache.nix
Normal 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="
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -9,6 +9,7 @@
|
|||||||
[ # Include the results of the hardware scan.
|
[ # Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
||||||
|
../packages/bincache.nix
|
||||||
#system configs
|
#system configs
|
||||||
../defaults/system.nix
|
../defaults/system.nix
|
||||||
../defaults/locale.nix
|
../defaults/locale.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user