samba: disable cephfs on aarch64

not supported there.
This commit is contained in:
Jörg Thalheim 2020-08-23 12:09:00 +01:00
parent f84aae6f67
commit 2647686ca1
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -16816,7 +16816,7 @@ in
enableMDNS = true;
enableDomainController = true;
enableRegedit = true;
enableCephFS = true;
enableCephFS = !pkgs.stdenv.hostPlatform.isAarch64;
enableGlusterFS = true;
});