update lock

This commit is contained in:
2026-01-05 20:32:55 -06:00
parent 036969de6e
commit 4e3d74795b
16 changed files with 422 additions and 1096 deletions

View File

@@ -17,7 +17,7 @@
config = {
boot = {
kernelPackages = pkgs.linuxKernel.packages.linux_6_16;
kernelPackages = pkgs.linuxKernel.packages.linux_6_18;
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
@@ -25,19 +25,6 @@
binfmt.emulatedSystems = lib.mkIf config.sysconfig.remoteBuildHost [ "aarch64-linux" ];
};
hardware = {
nvidia = {
modesetting.enable = true;
open = false;
nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.stable;
};
bluetooth.enable = true;
};
services = {
xserver = {
enable = false;