diff --git a/.gitignore b/.gitignore index f7fb3ae..6aecdb6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ result .direnv .pre-commit-config.yaml *.qcow2 -result* \ No newline at end of file diff --git a/hosts/sisko/default.nix b/hosts/sisko/default.nix index 9542bc1..15e267a 100644 --- a/hosts/sisko/default.nix +++ b/hosts/sisko/default.nix @@ -38,6 +38,8 @@ ./disko.nix ]; + boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_6_11; + system.stateVersion = "24.05"; powerManagement.cpuFreqGovernor = "schedutil";