systemd: Require some more kernel features

This commit is contained in:
Eelco Dolstra 2014-04-30 13:53:12 +02:00
parent 9bb209a3bd
commit 728d3476ba

View File

@ -767,8 +767,10 @@ 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 =