Update loki to linux 6.2
This commit is contained in:
parent
493b0d90f2
commit
434498fdc1
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
base = {
|
||||
plymouth.enable = true;
|
||||
work = false;
|
||||
kernel = pkgs.linuxKernel.packages.linux_6_1;
|
||||
kernel = pkgs.linuxKernel.packages.linux_6_2;
|
||||
udev-rules = {
|
||||
qmk = true;
|
||||
solo2 = true;
|
||||
|
@ -55,6 +55,7 @@
|
|||
dataDir = "/home/erwin/workspace/livebook";
|
||||
userMapping = "1000:100";
|
||||
};
|
||||
lxd.enable = true;
|
||||
networking = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue