1
0
Fork 0

Insert ssh-substituter and remove redundant nixPath entry

This commit is contained in:
Malte Brandy 2019-07-26 20:32:15 +02:00
parent 7d6aaef354
commit 4c38d11bac
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -45,12 +45,9 @@ in {
nix = {
binaryCaches = [ "https://cache.nixos.org/" "https://nixcache.reflex-frp.org" ];
binaryCaches = [ "ssh://nix-ssh@hera.m-0.eu" "https://cache.nixos.org/" "https://nixcache.reflex-frp.org" ];
binaryCachePublicKeys = [ "ryantrinkle.com-1:JJiAKaRv9mWgpVAz8dwewnZe0AzzEAzPkagE9SP5NWI=" ];
nixPath = [
"/etc/nix-path"
"nixos-config=/etc/nixos/configuration.nix"
];
nixPath = [ "/etc/nix-path" ];
};
services = {