samba: disable cephfs on aarch64
not supported there.
This commit is contained in:
parent
f84aae6f67
commit
2647686ca1
@ -16816,7 +16816,7 @@ in
|
|||||||
enableMDNS = true;
|
enableMDNS = true;
|
||||||
enableDomainController = true;
|
enableDomainController = true;
|
||||||
enableRegedit = true;
|
enableRegedit = true;
|
||||||
enableCephFS = true;
|
enableCephFS = !pkgs.stdenv.hostPlatform.isAarch64;
|
||||||
enableGlusterFS = true;
|
enableGlusterFS = true;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user