hosts/bootstrap: downgrade Linux kernel to 6.1

This is mainly to support zfs which is a likely future for me once I got
my hands on a mini-PC server.
This commit is contained in:
Gabriel Arazas 2023-10-09 22:30:25 +08:00
parent cd93122b07
commit 2397656b7f
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -16,7 +16,7 @@
}]; }];
}; };
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_6_1;
# Assume that this will be used for remote installations. # Assume that this will be used for remote installations.
services.openssh = { services.openssh = {