update flake.nix && use old kernel version

This commit is contained in:
js0ny 2026-01-14 01:09:08 +00:00
parent 83baada045
commit 62ea2433d8
5 changed files with 146 additions and 713 deletions

View file

@ -51,8 +51,8 @@
# Hostname
networking.hostName = "zephyrus";
# Use latest kernel
boot.kernelPackages = pkgs.linuxPackages_latest;
# TODO: Use LTS kernel
boot.kernelPackages = pkgs.linuxPackages_6_12;
# Use unfree software
nixpkgs.config.allowUnfree = true;