From d6b4f2df7daeca22e8d68b200bc91271ce599146 Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 23 Jan 2023 00:41:26 +0100 Subject: ma 2configs: use nix.settings --- 2configs/binary-cache/lass.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '2configs/binary-cache/lass.nix') diff --git a/2configs/binary-cache/lass.nix b/2configs/binary-cache/lass.nix index 51b4a1afc..7d7549d8d 100644 --- a/2configs/binary-cache/lass.nix +++ b/2configs/binary-cache/lass.nix @@ -1,11 +1,11 @@ { config, ... }: { - nix = { - binaryCaches = [ + nix.settings = { + substituters = [ "https://cache.krebsco.de" ]; - binaryCachePublicKeys = [ + trusted-public-keys = [ "cache.prism-1:+S+6Lo/n27XEtvdlQKuJIcb1yO5NUqUCE2lolmTgNJU=" "cache.prism-2:YwmCm3/s/D+SxrPKN/ETjlpw/219pNUbpnluatp6FKI=" ]; -- cgit v1.2.3