mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-02-04 11:30:33 +00:00
update flake.nix && use old kernel version
This commit is contained in:
parent
83baada045
commit
62ea2433d8
5 changed files with 146 additions and 713 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue