nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit 3b26509b81dced1fc5e63b54b4e1bc12bbcd7f8a
parent 85ba29a899ff7ef7386f6c8d538ebbd257b27b5f
Author: mtmn <miro@haravara.org>
Date:   Wed, 15 Apr 2026 10:25:39 +0200

chore: add cachix

Diffstat:
Mflake.nix | 4++++
Mhome.nix | 2++
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -67,9 +67,11 @@ nix.settings = { substituters = [ "https://cache.nixos.org" + "https://nix-community.cachix.org" ]; trusted-public-keys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; }; } @@ -103,9 +105,11 @@ nix.settings = { substituters = [ "https://cache.nixos.org" + "https://nix-community.cachix.org" ]; trusted-public-keys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; }; } diff --git a/home.nix b/home.nix @@ -43,9 +43,11 @@ experimental-features = ["nix-command" "flakes"]; substituters = [ "https://cache.nixos.org" + "https://nix-community.cachix.org" ]; trusted-public-keys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; }; gc = {