about summary refs log tree commit diff
path: root/modules/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'modules/profiles')
-rw-r--r--modules/profiles/common.nix4
1 files changed, 4 insertions, 0 deletions
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}";