Skip to content

Commit 2647686

Browse files
committed
samba: disable cephfs on aarch64
not supported there.
1 parent f84aae6 commit 2647686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16816,7 +16816,7 @@ in
1681616816
enableMDNS = true;
1681716817
enableDomainController = true;
1681816818
enableRegedit = true;
16819-
enableCephFS = true;
16819+
enableCephFS = !pkgs.stdenv.hostPlatform.isAarch64;
1682016820
enableGlusterFS = true;
1682116821
});
1682216822

0 commit comments

Comments
 (0)