fix(etna): switch back to kernel 6.1
it seems that there is a regression in the network driver in 6.6+, so can't really use that right now, otherwise the whole pc freezes when reconnecting to the internet
This commit is contained in:
parent
e083eded8b
commit
735fa9d2d6
2 changed files with 8 additions and 2 deletions
|
@ -32,7 +32,10 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot = {
|
||||
loader.systemd-boot.enable = true;
|
||||
kernelPackages = pkgs.linuxPackages_6_1;
|
||||
};
|
||||
|
||||
services = {
|
||||
openssh.openFirewall = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue