Restructure DB config, add ssh keys
This commit is contained in:
parent
9479490574
commit
8f8da2a071
14 changed files with 155 additions and 17 deletions
11
config/hosts/grondahl/services/redis.nix
Normal file
11
config/hosts/grondahl/services/redis.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
services.redis = {
|
||||
enable = true;
|
||||
unixSocket = "/run/redis/redis.sock";
|
||||
vmOverCommit = true;
|
||||
unixSocketPerm = 770;
|
||||
#requirePassfile = config.secrets.files.redis_pass.file;
|
||||
};
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue