Skip to content

Commit

Permalink
flake update
Browse files Browse the repository at this point in the history
  • Loading branch information
Octelly committed Aug 6, 2024
1 parent 12d1f25 commit 45889cb
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 55 deletions.
122 changes: 69 additions & 53 deletions flake.lock

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

12 changes: 10 additions & 2 deletions hosts/shared/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
substituters = [ "https://cosmic.cachix.org/" ];
trusted-public-keys = [ "cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE=" ];
substituters = [
"https://cache.nixos.org?priority=10"
"https://fortuneteller2k.cachix.org"
"https://cosmic.cachix.org/"
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"fortuneteller2k.cachix.org-1:kXXNkMV5yheEQwT0I4XYh1MaCSz+qg72k8XAi2PthJI="
"cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="
];
};

boot = {
Expand Down

0 comments on commit 45889cb

Please sign in to comment.