Skip to content

Commit

Permalink
fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfox committed Jun 14, 2024
1 parent 69cafc3 commit 304f354
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions garnix.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
builds:
exclude: []
include:
- nixosConfigurations.silverfox.*
- nixosConfigurations.*
exclude:
- nixosConfigurations.arcticfox.*
- nixosConfigurations.sakhalin.*
6 changes: 6 additions & 0 deletions hosts/whitefox/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,19 @@
};

settings = {
trusted-users = [
"root"
"ocfox"
];
nix-path = [ "nixpkgs=${inputs.nixpkgs}" ];
substituters = [
"https://cache.nixos.org/"
"https://nix-community.cachix.org"
"https://cache.garnix.io"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
];
auto-optimise-store = true;
};
Expand Down

0 comments on commit 304f354

Please sign in to comment.