Update to linux 6.2
This commit is contained in:
parent
eb5ffeeec4
commit
e4825cefdd
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
|||
base = {
|
||||
plymouth.enable = true;
|
||||
work = true;
|
||||
kernel = pkgs.linuxKernel.packages.linux_6_1;
|
||||
kernel = pkgs.linuxKernel.packages.linux_6_2;
|
||||
};
|
||||
|
||||
desktop = {
|
||||
|
@ -46,7 +46,7 @@
|
|||
docker = {
|
||||
enable = true;
|
||||
enableNvidia = true;
|
||||
enableTcpSocket = true;
|
||||
# enableTcpSocket = true;
|
||||
};
|
||||
fonts.enable = true;
|
||||
gnome.enable = true;
|
||||
|
|
Loading…
Reference in a new issue