fix brackets
This commit is contained in:
parent
d3555228be
commit
d04005b782
1 changed files with 65 additions and 63 deletions
|
@ -22,7 +22,8 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
services = {
|
||||
nginx = {
|
||||
enable = true;
|
||||
additionalModules = [ pkgs.nginxModules.pam ];
|
||||
|
||||
|
@ -84,6 +85,7 @@ in
|
|||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
anubis = {
|
||||
instances.main = {
|
||||
|
@ -94,11 +96,11 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
5201
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue