my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
10
fork

Configure Feed

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

base/nix/substituters: add my cache

isabel 8dbc1e6e c501445a

+2
+2
modules/base/nix/substituters.nix
··· 19 19 # don't worry that you cannot see cache.nixos.org here, it is added by default 20 20 substituters = [ 21 21 "https://nix-community.cachix.org" # nix-community cache 22 + "https://isabelroses.cachix.org" # my cache 22 23 ] 23 24 ++ optionals hasCtp [ 24 25 "https://catppuccin.cachix.org" # a cache for all catppuccin ports ··· 26 27 27 28 trusted-public-keys = [ 28 29 "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" 30 + "isabelroses.cachix.org-1:mXdV/CMcPDaiTmkQ7/4+MzChpOe6Cb97njKmBQQmLPM=" 29 31 ] 30 32 ++ optionals hasCtp [ 31 33 "catppuccin.cachix.org-1:noG/4HkbhJb+lUAdKrph6LaozJvAeEEZj4N732IysmU="