feat: Enable nextcloud only on linux
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
...
|
||||
}: {
|
||||
services.nextcloud-client = {
|
||||
enable = true;
|
||||
enable = pkgs.stdenv.isLinux;
|
||||
startInBackground = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user