forked from mirrors/nixpkgs
Revert "Don't mount /sys/fs/fuse/connections and /sys/kernel/config"
This reverts commit 6eaced3582
. 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.
This commit is contained in:
parent
56b4b841ae
commit
d621300665
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue