fix nixos module warnings

redis and acme
This commit is contained in:
Tim Schubert 2022-09-11 15:03:17 +02:00
parent 533e70633e
commit 742abb1a81
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 4 additions and 3 deletions

View file

@ -52,9 +52,10 @@ in
};
services.redis = {
enable = true;
servers."gitea" = {
enable = true;
};
vmOverCommit = true;
#unixSocket = redisSocket;
};
services.nginx.virtualHosts."git.${config.networking.domain}" = {