Include cifs-utils only when needed

Issue #7117.
This commit is contained in:
Eelco Dolstra
2015-04-19 21:45:01 +02:00
parent 1cb5583c05
commit 2b6d011bec
2 changed files with 2 additions and 2 deletions

View File

@@ -50,6 +50,6 @@
];
# Include support for various filesystems.
boot.supportedFilesystems = [ "btrfs" "reiserfs" "vfat" "f2fs" "zfs" "ntfs" ];
boot.supportedFilesystems = [ "btrfs" "reiserfs" "vfat" "f2fs" "zfs" "ntfs" "cifs" ];
}