This commit is contained in:
Steffen
2025-04-11 07:44:12 +02:00
commit b2186d35a0
13 changed files with 479 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{ pkgs, ... }: {
services.glusterfs = {
enable = true;
useRpcbind = true;
};
}