From d62130066588f4f12d8e0d24895679e670b57dd6 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 28 Apr 2014 09:13:57 +0200 Subject: Revert "Don't mount /sys/fs/fuse/connections and /sys/kernel/config" This reverts commit 6eaced35820f4c575dd545fb721abd74f248c8cb. Doesn't work very well, e.g. if you actually have the FUSE module loaded. And in any case it's already fixed in NixOps. --- nixos/modules/system/boot/systemd.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/modules/system') diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix index 9a0f48fe1701..52ba31cdeede 100644 --- a/nixos/modules/system/boot/systemd.nix +++ b/nixos/modules/system/boot/systemd.nix @@ -103,8 +103,8 @@ let "dev-hugepages.mount" "dev-mqueue.mount" "proc-sys-fs-binfmt_misc.mount" - #"sys-fs-fuse-connections.mount" - #"sys-kernel-config.mount" + "sys-fs-fuse-connections.mount" + "sys-kernel-config.mount" "sys-kernel-debug.mount" # Maintaining state across reboots. -- cgit 1.4.1