Merge pull request #96085 from Mic92/samba-aarch64

samba: disable cephfs on aarch64
This commit is contained in:
Daniël de Kok 2020-08-24 14:45:14 +02:00 committed by GitHub
commit c557ea5cae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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