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