From f48d6550215007cf6e92534f0f67d98ecd3a22ba Mon Sep 17 00:00:00 2001 From: sterni Date: Wed, 12 Jan 2022 13:37:22 +0100 Subject: chore(3p): bump NixOS channels to 2022-01-12 Temporarily use a master commit as some interesting failures have been fixed there (yubikey-manager and notmuch). * //users/tazjin/nixos/camden: The acme module was moved around, so we need to adjust the disabled module path. Change-Id: I21c6a1963ffe4205f3577f531ce10b778a82e2ff Reviewed-on: https://cl.tvl.fyi/c/depot/+/4865 Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/tazjin/nixos/camden/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/tazjin/nixos/camden/default.nix') diff --git a/users/tazjin/nixos/camden/default.nix b/users/tazjin/nixos/camden/default.nix index ebd4caac75c7..4b5e4b4872c2 100644 --- a/users/tazjin/nixos/camden/default.nix +++ b/users/tazjin/nixos/camden/default.nix @@ -13,7 +13,7 @@ in lib.fix(self: { # Disable the current ACME module and use the old one from 19.09 # instead, until the various regressions have been sorted out. # TODO(tazjin): Remove this once the new ACME module works. - disabledModules = [ "security/acme.nix" ]; + disabledModules = [ "security/acme" ]; imports = let oldChannel = fetchTarball { # NixOS 19.09 on 2020-10-04 -- cgit 1.4.1