Compare commits

..

2 commits

2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ result
.direnv
.pre-commit-config.yaml
*.qcow2
result*

View file

@ -38,8 +38,6 @@
./disko.nix
];
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_6_11;
system.stateVersion = "24.05";
powerManagement.cpuFreqGovernor = "schedutil";