Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

Binary cache doesn't work for home-manager

+4 -4
+4 -1
default-home.nix
··· 103 103 "nix-command" 104 104 "flakes" 105 105 ]; 106 - substituters = [ 106 + trusted-users = [ 107 + "noah" 108 + ]; 109 + extra-substituters = [ 107 110 "https://cache.ngp.computer" 108 111 ]; 109 112 trusted-public-keys = [
-3
host-specific/aleister-noah.nix
··· 16 16 "nix-command" 17 17 "flakes" 18 18 ]; 19 - #trusted-public-keys = [ 20 - # "misaki.packetlost.dev:y5Z/utaVBozpL0UAbUQDWLjpm2sVMOoKzyG76n/167A=" 21 - #]; 22 19 }; 23 20 }; 24 21 home.packages = with pkgs; [