summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-28 09:13:57 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-28 09:19:01 +0200
commitd62130066588f4f12d8e0d24895679e670b57dd6 (patch)
tree5145e4a8ac51a1bdb3d5f87c9728b34d14c6f387 /nixos/modules/system
parent56b4b841ae45c9fb512096852d06410e7ebe45d2 (diff)
downloadnixlib-d62130066588f4f12d8e0d24895679e670b57dd6.tar
nixlib-d62130066588f4f12d8e0d24895679e670b57dd6.tar.gz
nixlib-d62130066588f4f12d8e0d24895679e670b57dd6.tar.bz2
nixlib-d62130066588f4f12d8e0d24895679e670b57dd6.tar.lz
nixlib-d62130066588f4f12d8e0d24895679e670b57dd6.tar.xz
nixlib-d62130066588f4f12d8e0d24895679e670b57dd6.tar.zst
nixlib-d62130066588f4f12d8e0d24895679e670b57dd6.zip
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.
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/boot/systemd.nix4
1 files changed, 2 insertions, 2 deletions
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.