about summary refs log tree commit diff
path: root/modules/profiles
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-02-02 12:02:23 +0100
committersternenseemann <sternenseemann@systemli.org>2022-02-02 12:03:26 +0100
commitad1b514a0932e1cdc2d138fdd528e6787b98177f (patch)
tree3d90a994b82ac62e5b7f899b8197c7ea756b1a4e /modules/profiles
parentf3066d24614ce445c3772ae8c73b96ec81c429c1 (diff)
modules/profiles/tvl: reflect option rename
A stupid change of this kind apparently can't be implemented without
adding a rename module for all affected options…
Diffstat (limited to 'modules/profiles')
-rw-r--r--modules/profiles/tvl.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/profiles/tvl.nix b/modules/profiles/tvl.nix
index 50f533ac..248bda4c 100644
--- a/modules/profiles/tvl.nix
+++ b/modules/profiles/tvl.nix
@@ -12,15 +12,14 @@ in
   };
 
   config = lib.mkIf cfg.enable {
-    nix = {
-      binaryCachePublicKeys = [
+    nix.settings = {
+      trusted-public-keys = [
         "cache.tvl.su:kjc6KOMupXc1vHVufJUoDUYeLzbwSr9abcAKdn/U1Jk="
       ];
 
-      binaryCaches = [
+      substituters = [
         "https://cache.tvl.su"
       ];
-
     };
 
     # TVL short DNS