mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
udev requires unix sockets and inotify
This commit is contained in:
parent
e66bcbd58a
commit
64d0069be3
1 changed files with 5 additions and 0 deletions
|
@ -263,6 +263,11 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
system.requiredKernelConfig = with config.lib.kernelConfig; [
|
||||
(isEnabled "UNIX")
|
||||
(isYes "INOTIFY_USER")
|
||||
(isYes "NET")
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue