feat(configs/server): switch from redis to valkey
This commit is contained in:
parent
cd8a83af68
commit
f55c37f0ba
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ in
|
|||
|
||||
services = {
|
||||
tailscale.extraUpFlags = [ "--advertise-exit-node" ];
|
||||
redis.package = pkgs.valkey;
|
||||
|
||||
openssh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue