From 4240f2875d5e6455cb06a50a96344ef78c2d1964 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 29 Jul 2015 01:01:41 +0200 Subject: profiles/common: Add headcounter.org signing key. Since NixOS/nixpkgs@e3a5bca, signed binary caches are mandatory, so let's set it in our default profile for vuizvui. Signed-off-by: aszlig --- modules/profiles/common.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/profiles') diff --git a/modules/profiles/common.nix b/modules/profiles/common.nix index ede7cdf9..07efcb38 100644 --- a/modules/profiles/common.nix +++ b/modules/profiles/common.nix @@ -33,6 +33,10 @@ with lib; }) vuizvui; }; + nix.binaryCachePublicKeys = [ + "headcounter.org:/7YANMvnQnyvcVB6rgFTdb8p5LG1OTXaO+21CaOSBzg=" + ]; + environment.sessionVariables = let rootChannelsPath = "/nix/var/nix/profiles/per-user/root/channels"; channelPath = "${rootChannelsPath}/${config.vuizvui.channelName}"; -- cgit 1.4.1