mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-01-08 17:11:02 +00:00
nix.channel.enable = false
since we're on flakes
This commit is contained in:
parent
4faf8e7dda
commit
5cd12848cc
|
@ -84,8 +84,7 @@
|
||||||
channel = "https://channel.selfprivacy.org/nixos-selfpricacy";
|
channel = "https://channel.selfprivacy.org/nixos-selfpricacy";
|
||||||
};
|
};
|
||||||
nix = {
|
nix = {
|
||||||
# TODO uncomment when NixOS version is at least 23.05
|
channel.enable = false;
|
||||||
# nix.channel.enable = false;
|
|
||||||
|
|
||||||
# daemonCPUSchedPolicy = "idle";
|
# daemonCPUSchedPolicy = "idle";
|
||||||
# daemonIOSchedClass = "idle";
|
# daemonIOSchedClass = "idle";
|
||||||
|
|
Loading…
Reference in a new issue