From 5cd12848cc5e19a8cad74ea30604d48fdc103c74 Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Wed, 20 Dec 2023 17:16:21 +0400 Subject: [PATCH] `nix.channel.enable = false` since we're on flakes --- configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 451e06a..6657d8a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -84,8 +84,7 @@ channel = "https://channel.selfprivacy.org/nixos-selfpricacy"; }; nix = { - # TODO uncomment when NixOS version is at least 23.05 - # nix.channel.enable = false; + channel.enable = false; # daemonCPUSchedPolicy = "idle"; # daemonIOSchedClass = "idle";