nix fmt
This commit is contained in:
parent
077de7bd0d
commit
fe37f8ad86
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ with lib; {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
server = {
|
server = {
|
||||||
hosts = [ "127.0.0.1:5232" ];
|
hosts = ["127.0.0.1:5232"];
|
||||||
};
|
};
|
||||||
auth = {
|
auth = {
|
||||||
type = "htpasswd";
|
type = "htpasswd";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue