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