diff options
author | Vincent Ambo <mail@tazj.in> | 2018-10-10T09·19+0200 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2018-10-10T09·19+0200 |
commit | 67d016029cb5ceed8671c1d1f13dd84209256bb0 (patch) | |
tree | 32a1c6a0d11fa82b2e04dc5fbbd4e0d8efa97515 | |
parent | b19b1590e5cf19cae1f3d0511eb24344a1313d09 (diff) |
chore: Disable Redis service on all machines
-rw-r--r-- | configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index 7295d80933dc..e4a9574292f2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -79,7 +79,6 @@ }; services.postgresql.enable = true; - services.redis.enable = true; # Configure user account users.defaultUserShell = pkgs.fish; |