steveej-t14: use holochain-ci binary cache
This commit is contained in:
parent
821c04cef3
commit
9b185042fb
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,14 @@
|
||||||
let
|
let
|
||||||
keys = import ../../../variables/keys.nix;
|
keys = import ../../../variables/keys.nix;
|
||||||
in {
|
in {
|
||||||
|
nix = {
|
||||||
|
binaryCaches = [
|
||||||
|
"https://holochain-ci.cachix.org"
|
||||||
|
];
|
||||||
|
binaryCachePublicKeys = [
|
||||||
|
"holochain-ci.cachix.org-1:5IUSkZc0aoRS53rfkvH9Kid40NpyjwCMCzwRTXy+QN8="
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
# TASK: new device
|
# TASK: new device
|
||||||
networking.hostName = "steveej-t14"; # Define your hostname.
|
networking.hostName = "steveej-t14"; # Define your hostname.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue