about 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 08:16:27 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-28 08:16:27 +0200
commit6eaced35820f4c575dd545fb721abd74f248c8cb (patch)
tree6dfea2acdaa46cc231740aba3049b08bbaaaafb0 /nixos/modules/system
parent111e1536e58eb4f61d7a40bb33bb11383d8278f0 (diff)
downloadnixlib-6eaced35820f4c575dd545fb721abd74f248c8cb.tar
nixlib-6eaced35820f4c575dd545fb721abd74f248c8cb.tar.gz
nixlib-6eaced35820f4c575dd545fb721abd74f248c8cb.tar.bz2
nixlib-6eaced35820f4c575dd545fb721abd74f248c8cb.tar.lz
nixlib-6eaced35820f4c575dd545fb721abd74f248c8cb.tar.xz
nixlib-6eaced35820f4c575dd545fb721abd74f248c8cb.tar.zst
nixlib-6eaced35820f4c575dd545fb721abd74f248c8cb.zip
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.
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 52ba31cdeede..9a0f48fe1701 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.