(T)im's N(ix) Flake, Multi-Host Configurations for all of my machines! 74k1.sh/
nixos nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(vicinae): add cache substituters

74k1 c109997e ec9ced15

+4
+4
modules/nixos/nix/substituters/default.nix
··· 24 24 substituter = "http://nix-community.cachix.org"; 25 25 public-key = "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="; 26 26 } 27 + { 28 + substituter = "https://vicinae.cachix.org"; 29 + public-key = "vicinae.cachix.org-1:1kDrfienkGHPYbkpNj1mWTr7Fm1+zcenzgTizIcI3oc="; 30 + } 27 31 ]; 28 32 }