tangled
alpha
login
or
join now
encode42.dev
/
nixos
0
fork
atom
Personal-use NixOS configuration
0
fork
atom
overview
issues
pulls
pipelines
nixos
/
config
/
server
/
databases
/
redis.nix
at
main
7 lines
73 B
view raw
wrap content
encode42.dev
Move software and package configurations to `config`
15d ago
e163a950
1
{
pkgs
,
.
.
.
}:
2
3
{
4
services
.
redis
=
{
5
package
=
pkgs
.
valkey
;
6
}
;
7
}