mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: downgrade to LTS kernel
latest kernel increases idle CPU freq abnormally
This commit is contained in:
parent
9fe7813916
commit
e679461ef3
2 changed files with 4 additions and 4 deletions
|
|
@ -808,7 +808,7 @@ My work machine. Built for more security, this is the gold standard of my config
|
||||||
:CUSTOM_ID: h:567c0055-f5f7-4e53-8f13-d767d7166e9d
|
:CUSTOM_ID: h:567c0055-f5f7-4e53-8f13-d767d7166e9d
|
||||||
:END:
|
:END:
|
||||||
#+begin_src nix :tangle hosts/nixos/nbl-imba-2/default.nix
|
#+begin_src nix :tangle hosts/nixos/nbl-imba-2/default.nix
|
||||||
{ self, inputs, pkgs, lib, primaryUser, ... }:
|
{ self, inputs, lib, primaryUser, ... }:
|
||||||
let
|
let
|
||||||
secretsDirectory = builtins.toString inputs.nix-secrets;
|
secretsDirectory = builtins.toString inputs.nix-secrets;
|
||||||
profilesPath = "${self}/profiles";
|
profilesPath = "${self}/profiles";
|
||||||
|
|
@ -849,7 +849,7 @@ My work machine. Built for more security, this is the gold standard of my config
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
supportedFilesystems = [ "btrfs" ];
|
supportedFilesystems = [ "btrfs" ];
|
||||||
kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
# kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
||||||
kernelParams = [
|
kernelParams = [
|
||||||
"resume_offset=533760"
|
"resume_offset=533760"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ self, inputs, pkgs, lib, primaryUser, ... }:
|
{ self, inputs, lib, primaryUser, ... }:
|
||||||
let
|
let
|
||||||
secretsDirectory = builtins.toString inputs.nix-secrets;
|
secretsDirectory = builtins.toString inputs.nix-secrets;
|
||||||
profilesPath = "${self}/profiles";
|
profilesPath = "${self}/profiles";
|
||||||
|
|
@ -39,7 +39,7 @@ in
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
supportedFilesystems = [ "btrfs" ];
|
supportedFilesystems = [ "btrfs" ];
|
||||||
kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
# kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
||||||
kernelParams = [
|
kernelParams = [
|
||||||
"resume_offset=533760"
|
"resume_offset=533760"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue