udev requires unix sockets and inotify
This commit is contained in:
parent
e66bcbd58a
commit
64d0069be3
@ -263,6 +263,11 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
system.requiredKernelConfig = with config.lib.kernelConfig; [
|
||||||
|
(isEnabled "UNIX")
|
||||||
|
(isYes "INOTIFY_USER")
|
||||||
|
(isYes "NET")
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user