about summary refs log tree commit diff
path: root/nixos/modules/profiles
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2020-09-27 06:16:58 +0000
committerTredwellGit <tredwell@tutanota.com>2020-09-27 06:16:58 +0000
commitb6e21a7609e3992c196d8388dcb7e02d2af8c9ed (patch)
treeab90efb6d8c8a601e410747a9548fc6ffdfa4920 /nixos/modules/profiles
parent84d74ae9c9cbed73274b8e4e00be14688ffc93fe (diff)
nixos/hardened: update blacklisted filesystems
https://github.com/openSUSE/suse-module-tools/blob/241a1582698c6a7f96f877a5ec64f478fdf90c82/suse-module-tools.spec#L24
Diffstat (limited to 'nixos/modules/profiles')
-rw-r--r--nixos/modules/profiles/hardened.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/profiles/hardened.nix b/nixos/modules/profiles/hardened.nix
index 7bff79e827302..42ed62b063044 100644
--- a/nixos/modules/profiles/hardened.nix
+++ b/nixos/modules/profiles/hardened.nix
@@ -67,6 +67,8 @@ with lib;
     "jfs"
     "minix"
     "nilfs2"
+    "ntfs"
+    "omfs"
     "qnx4"
     "qnx6"
     "sysv"