summaryrefslogtreecommitdiffstats
path: root/tv/2configs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2021-12-08 22:01:32 +0100
committertv <tv@krebsco.de>2021-12-08 22:01:32 +0100
commitbba65572e2c562a575ccc2d8fd3951cf16b36a5c (patch)
treec8e82d130195a012f8b27ab9c11d5572f0ce88dc /tv/2configs
parent0ff9f70dab01161c352eb8c1954bf793e155bb1c (diff)
tv x220 nix.daemon*: admit NixOS 21.11 harder
Only compare majorMinor nixpkgs version because 21.11pre-git < 21.11
Diffstat (limited to 'tv/2configs')
-rw-r--r--tv/2configs/hw/x220.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/hw/x220.nix b/tv/2configs/hw/x220.nix
index a4342fc..8c68cde 100644
--- a/tv/2configs/hw/x220.nix
+++ b/tv/2configs/hw/x220.nix
@@ -31,7 +31,7 @@ in
nix.buildCores = 2;
nix.maxJobs = 2;
}
- (if lib.versionAtLeast lib.version "21.11" then {
+ (if lib.versionAtLeast (lib.versions.majorMinor lib.version) "21.11" then {
nix.daemonCPUSchedPolicy = "batch";
nix.daemonIOSchedPriority = 1;
} else {