about summary refs log tree commit diff
path: root/modules/core
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2022-02-01 13:12:15 +0000
committerdevhell <devhell@mailfresser.de>2022-02-01 13:12:22 +0000
commit813e40b6fc73d62ae215cd459468cae1200f2d0f (patch)
tree7de88ba87df3d1f720847187a4cafc639f47f27c /modules/core
parent18cecf16a98af85c157c36816966937a0ed76e47 (diff)
Revert "treewide: rename nix.* to nix.settings.*"
This reverts commit 20ee65d79602b6412994dc52907715b274daeebe.
Diffstat (limited to 'modules/core')
-rw-r--r--modules/core/common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/core/common.nix b/modules/core/common.nix
index c13a701c..d05c54dd 100644
--- a/modules/core/common.nix
+++ b/modules/core/common.nix
@@ -44,8 +44,8 @@ in {
       vuizvui = import ../../pkgs { pkgs = super; };
     })));
 
-    nix.settings.binaryCaches = [ "https://headcounter.org/hydra/" ];
-    nix.settings.binaryCachePublicKeys = [
+    nix.binaryCaches = [ "https://headcounter.org/hydra/" ];
+    nix.binaryCachePublicKeys = [
       "headcounter.org:/7YANMvnQnyvcVB6rgFTdb8p5LG1OTXaO+21CaOSBzg="
     ];