mobili udev
This commit is contained in:
parent
46995d1a12
commit
58b1aa984f
1 changed files with 10 additions and 0 deletions
|
|
@ -158,8 +158,18 @@
|
|||
services.udev.extraRules = ''
|
||||
SUBSYSTEM == "tty", GROUP="dialout", ATTRS{interface}=="Black Magic GDB Server", SYMLINK+="ttyBmpGdb"
|
||||
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 = {
|
||||
daemon.settings = {
|
||||
features.buildkit = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue