asjon: use dedicated redis instance
This commit is contained in:
parent
0ef0391ec4
commit
f3651ffa04
@ -415,7 +415,10 @@
|
||||
services.asjon.enable = true;
|
||||
|
||||
# Needed for the Asjon memory module
|
||||
services.redis.enable = true;
|
||||
services.redis.servers."asjon" =
|
||||
{ enable = true;
|
||||
user = "asjon";
|
||||
};
|
||||
|
||||
|
||||
### Program configuration
|
||||
|
@ -78,6 +78,7 @@ in {
|
||||
REV_REMOTE_HOST = "proxy@rnhmjoj.ydns.eu";
|
||||
REV_REMOTE_PORT = "22";
|
||||
REV_KEY = "~/.ssh/proxy";
|
||||
REDIS_URL = "redis:///run/redis-asjon/redis.sock";
|
||||
};
|
||||
|
||||
serviceConfig = {
|
||||
|
Loading…
Reference in New Issue
Block a user