systemd: Require some more kernel features
This commit is contained in:
parent
9bb209a3bd
commit
728d3476ba
@ -767,9 +767,11 @@ in
|
|||||||
systemd.user.units =
|
systemd.user.units =
|
||||||
mapAttrs' (n: v: nameValuePair "${n}.service" (serviceToUnit n v)) cfg.user.services;
|
mapAttrs' (n: v: nameValuePair "${n}.service" (serviceToUnit n v)) cfg.user.services;
|
||||||
|
|
||||||
system.requiredKernelConfig = map config.lib.kernelConfig.isEnabled [
|
system.requiredKernelConfig = map config.lib.kernelConfig.isEnabled
|
||||||
"CGROUPS" "AUTOFS4_FS" "DEVTMPFS"
|
[ "DEVTMPFS" "CGROUPS" "INOTIFY_USER" "SIGNALFD" "TIMERFD" "EPOLL" "NET"
|
||||||
];
|
"SYSFS" "PROC_FS" "FHANDLE" "DMIID" "AUTOFS4_FS" "TMPFS_POSIX_ACL"
|
||||||
|
"TMPFS_XATTR" "SECCOMP"
|
||||||
|
];
|
||||||
|
|
||||||
environment.shellAliases =
|
environment.shellAliases =
|
||||||
{ start = "systemctl start";
|
{ start = "systemctl start";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user