`nix.channel.enable = false` since we're on flakes

pull/55/head
Alexander 2023-12-20 17:16:21 +04:00
parent 4faf8e7dda
commit 5cd12848cc
1 changed files with 1 additions and 2 deletions

View File

@ -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";