Compare commits

..

1 Commits

Author SHA1 Message Date
Amras 03f3cb23c6 Adding Amras to the list of members
Including email as the most reliable way to reach me;
I'll add a website when that's running again.
2026-05-27 16:25:24 +02:00
2 changed files with 1 additions and 26 deletions
-26
View File
@@ -26,32 +26,6 @@ wget -q -O - https://install.abra.coopcloud.tech | bash
curl https://install.abra.coopcloud.tech | bash
```
### NixOS
The install example is based on the [using nix flakes wiki page](https://nixos.wiki/wiki/flakes#Using_nix_flakes_with_NixOS).
1. Add the flake to your inputs
```nix
inputs = {
abra = {
url = "git+https://git.coopcloud.tech/toolshed/abra.git";
};
};
```
2. Add abra package to system packages, replace _x86_64-linux_ with the value according to your system
```nix
{
pkgs,
abra,
...
}:
{
environment.systemPackages = with pkgs; [
abra.packages.x86_64-linux.default
];
}
```
## Release candidate
### Wget
+1
View File
@@ -22,3 +22,4 @@ title: Membership
| [MIR](https://mirnet.org/) | ✅ | - | `@sixsmith:matrix.org` |
| [Red Abya Yala](https://abyayala.sutty.nl/) | - | - | `@fauno:sutty.nl` |
| [Merri-bek tech](https://www.merri-bek.tech/) | - | - | `coop-cloud-delegate@merri-bek.tech`|
| Amras | - | - | `coop-cloud@joinmeonmy.quest` |