Skip to content

Commit

Permalink
Add cache to all machines
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenpylons committed Feb 14, 2025
1 parent 1d273e6 commit 92b20f0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{
imports = [
./nix-auto-clean.nix
./nix-cache.nix
./prometheus-node.nix
];
}
12 changes: 12 additions & 0 deletions modules/nix-cache.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{ pkgs, ... }:

{
nix.settings = {
substituters = [
"http://builder.l"
];
trusted-public-keys = [
"cache.lpm.feri.um.si:TwiF0KOXmbNihiysjGaH7EZOMHUvuwy+1mI/EHGc56M="
];
};
}

0 comments on commit 92b20f0

Please sign in to comment.