Compare commits
No commits in common. "e2ac562d31c7666bd8ef23e179ad5bff24e9b4d4" and "abf32ff42638c3db2991f33faad196f60be16c7c" have entirely different histories.
e2ac562d31
...
abf32ff426
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,4 +2,3 @@ result
|
|||
.direnv
|
||||
.pre-commit-config.yaml
|
||||
*.qcow2
|
||||
result*
|
|
@ -38,6 +38,8 @@
|
|||
./disko.nix
|
||||
];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_6_11;
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
|
||||
powerManagement.cpuFreqGovernor = "schedutil";
|
||||
|
|
Loading…
Add table
Reference in a new issue