remove Redis service configuration from JuiceFS package

This commit is contained in:
Menno van Leeuwen 2025-03-19 00:55:04 +01:00
parent 49d0088595
commit 18913b9120
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -93,12 +93,5 @@ in {
Restart = "on-failure";
};
};
# Setup Redis service if it doesn't exist elsewhere in your config
services.redis = {
enable = true;
bind = "127.0.0.1";
port = 6379;
};
};
}