Require password for redis
This commit is contained in:
parent
52f2c07d3b
commit
f8cd1226bc
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
port = 6379;
|
port = 6379;
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = false;
|
openFirewall = false;
|
||||||
|
requirePassFile = "/etc/nixos-secrets/redis-pass";
|
||||||
};
|
};
|
||||||
|
|
||||||
security.acme = {
|
security.acme = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue