Compare commits
2 commits
58b1aa984f
...
e4aece8981
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e4aece8981 | ||
|
|
cf3cee4f5e |
2 changed files with 15 additions and 0 deletions
|
|
@ -158,8 +158,18 @@
|
||||||
services.udev.extraRules = ''
|
services.udev.extraRules = ''
|
||||||
SUBSYSTEM == "tty", GROUP="dialout", ATTRS{interface}=="Black Magic GDB Server", SYMLINK+="ttyBmpGdb"
|
SUBSYSTEM == "tty", GROUP="dialout", ATTRS{interface}=="Black Magic GDB Server", SYMLINK+="ttyBmpGdb"
|
||||||
SUBSYSTEM == "tty", GROUP="dialout", ATTRS{interface}=="Black Magic UART Port", SYMLINK+="ttyBmpTarg"
|
SUBSYSTEM == "tty", GROUP="dialout", ATTRS{interface}=="Black Magic UART Port", SYMLINK+="ttyBmpTarg"
|
||||||
|
|
||||||
|
# mobili
|
||||||
|
KERNEL=="js[0-9]*", MODE="0666"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
boot.kernel.sysctl = {
|
||||||
|
"net.core.rmem_max" = 67108864;
|
||||||
|
"net.core.wmem_max" = 67108864;
|
||||||
|
"net.core.rmem_max_default" = 67108864;
|
||||||
|
"net.core.wmem_max_default" = 67108864;
|
||||||
|
};
|
||||||
|
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
daemon.settings = {
|
daemon.settings = {
|
||||||
features.buildkit = true;
|
features.buildkit = true;
|
||||||
|
|
|
||||||
|
|
@ -251,6 +251,11 @@
|
||||||
# keep-sorted end
|
# keep-sorted end
|
||||||
];
|
];
|
||||||
language-server = {
|
language-server = {
|
||||||
|
nil = {
|
||||||
|
config = {
|
||||||
|
autoArchive = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
deno-lsp = {
|
deno-lsp = {
|
||||||
command = "deno";
|
command = "deno";
|
||||||
args = ["lsp"];
|
args = ["lsp"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue