fix nixos module warnings
redis and acme
This commit is contained in:
parent
533e70633e
commit
742abb1a81
2 changed files with 4 additions and 3 deletions
|
@ -52,9 +52,10 @@ in
|
|||
};
|
||||
|
||||
services.redis = {
|
||||
enable = true;
|
||||
servers."gitea" = {
|
||||
enable = true;
|
||||
};
|
||||
vmOverCommit = true;
|
||||
#unixSocket = redisSocket;
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."git.${config.networking.domain}" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue