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 = {
|
services = {
|
||||||
tailscale.extraUpFlags = [ "--advertise-exit-node" ];
|
tailscale.extraUpFlags = [ "--advertise-exit-node" ];
|
||||||
|
redis.package = pkgs.valkey;
|
||||||
|
|
||||||
openssh = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue