feat: Enable nextcloud only on linux

This commit is contained in:
uttarayan21
2025-07-14 13:33:29 +05:30
parent 166709feae
commit 4970071078

View File

@@ -4,7 +4,7 @@
...
}: {
services.nextcloud-client = {
enable = true;
enable = pkgs.stdenv.isLinux;
startInBackground = true;
};
}