Compare commits

..

2 commits

Author SHA1 Message Date
603411fa64 thinknix: do not use powersave CPU governor
powersave turns out to be rather slow on today's software stacks
2025-05-21 00:13:09 +02:00
f03e5ae52c darwin: build adjustments for 25.05 2025-05-21 00:08:45 +02:00
2 changed files with 1 additions and 4 deletions

View file

@ -28,7 +28,7 @@ let
#luminanceHDR # FIXME, build failure
xournalpp
]
++ lib.optionals pkgs.stdenv.isLinux [
++ lib.optionals pkgs.stdenv.isDarwin [
gimp
];

View file

@ -33,7 +33,4 @@
# servers. You should change this only after NixOS release notes say you
# should.
system.stateVersion = "18.09"; # Did you read the comment?
# since 25.05, this broke and started to slow down system startup. tpm is currently not utilised on this host, so simply disable.
security.tpm2.enable = false;
}