mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
chore: back on stable linux
This commit is contained in:
parent
98be738ea6
commit
711ed283bd
@ -46,9 +46,7 @@
|
|||||||
yoda.de-p1st-monitor = (builtins.readFile ../../assets/de-p1st-monitor/yodaHedgehog.ini);
|
yoda.de-p1st-monitor = (builtins.readFile ../../assets/de-p1st-monitor/yodaHedgehog.ini);
|
||||||
|
|
||||||
boot.kernelParams = [];
|
boot.kernelParams = [];
|
||||||
# TODO: Once Linux 6.6.47 is out, go back to stable.
|
boot.kernelPackages = pkgs.linuxPackages;
|
||||||
# https://debianforum.de/forum/viewtopic.php?p=1369430#p1369430
|
|
||||||
boot.kernelPackages = pkgs.unstable.linuxPackages;
|
|
||||||
|
|
||||||
# Most users should never change this value after the initial install, for any reason, even if you've upgraded your system to a new NixOS release.
|
# Most users should never change this value after the initial install, for any reason, even if you've upgraded your system to a new NixOS release.
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.05";
|
||||||
|
Loading…
Reference in New Issue
Block a user