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 = {
|
base = {
|
||||||
plymouth.enable = true;
|
plymouth.enable = true;
|
||||||
work = false;
|
work = false;
|
||||||
kernel = pkgs.linuxKernel.packages.linux_6_1;
|
kernel = pkgs.linuxKernel.packages.linux_6_2;
|
||||||
udev-rules = {
|
udev-rules = {
|
||||||
qmk = true;
|
qmk = true;
|
||||||
solo2 = true;
|
solo2 = true;
|
||||||
|
@ -55,6 +55,7 @@
|
||||||
dataDir = "/home/erwin/workspace/livebook";
|
dataDir = "/home/erwin/workspace/livebook";
|
||||||
userMapping = "1000:100";
|
userMapping = "1000:100";
|
||||||
};
|
};
|
||||||
|
lxd.enable = true;
|
||||||
networking = {
|
networking = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue