index
:
stockholm
19.03
19.09
20.03
20.09
21.05
21.11
22.05
22.11
23.05
brows
ci
ci-notrace
flakeify
hass-fix
irc
kartei-split
krops-test
makefu-test
master
mb
mb-rip
nixpkgs
reaktor
rip-cores
riplass
solanum
sync-containers
test
testing
tinc-reload
tset
take all the computers hostage, they'll love you!
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lass
/
2configs
/
redis.nix
blob: 8dd8df5c36a3cad0c1d6f5d431d6636ac1c96861 (
plain
)
1
2
3
4
5
6
7
8
{ config, ... }: { config.services.redis = { enable = true; bind = "127.0.0.1"; }; }