mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Don't mount /sys/fs/fuse/connections and /sys/kernel/config
These fail to mount if you don't have the appropriate kernel support, and this confuses NixOps' ‘check’ command. We should teach NixOps not to complain about non-essential mount points, but in the meantime it's better to turn them off.
This commit is contained in:
parent
111e1536e5
commit
6eaced3582
@ -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 New Issue
Block a user