Skip to content

Commit db2083d

Browse files
committed
Add cachix server
1 parent c3f88fc commit db2083d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

modules/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ in {
113113
pv
114114
ranger
115115
screen
116+
bat
117+
xsv
116118
] ++ cfg.extraHomePackages;
117119

118120
xdg = {
@@ -157,6 +159,8 @@ in {
157159
package = pkgs.nixFlakes;
158160
extraOptions = ''
159161
experimental-features = nix-command flakes
162+
substituters = https://cache.nixos.org https://nix-community.cachix.org https://chvp.cachix.org
163+
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= chvp.cachix.org-1:eIG26KkeA+R3tCpvmaayA9i3KVVL06G+qB5ci4dHBT4=
160164
'';
161165
gc = {
162166
automatic = true;

modules/postfix/aliases.secret.nix

162 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)