Skip to content

Commit

Permalink
Update NixOS Redis setting
Browse files Browse the repository at this point in the history
services.redis.enable changed to services.redis.servers."".enable.
  • Loading branch information
flacks committed Jan 13, 2025
1 parent ffde1a8 commit be8882a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Dir.chdir APP_ROOT do
is_nixos = system "grep -q NixOS /etc/os-release && echo true"
puts "\n== NixOS detected ==" if is_nixos
puts "Please add Redis to your NixOS configuration" if is_nixos
puts " services.redis.enable = true;" if is_nixos
puts " services.redis.servers."".enable = true;" if is_nixos

puts "\n== Stopping running services to ensure clean start =="
run "brew services stop --all" if brew_installed
Expand Down

0 comments on commit be8882a

Please sign in to comment.