remove Redis service configuration from JuiceFS package
This commit is contained in:
parent
49d0088595
commit
18913b9120
@ -93,12 +93,5 @@ in {
|
|||||||
Restart = "on-failure";
|
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;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user