Initial commit.
This commit is contained in:
commit
67823cbed6
51 changed files with 1714 additions and 0 deletions
14
roles/portunus.nix
Normal file
14
roles/portunus.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
services = {
|
||||
portunus = {
|
||||
enable = true;
|
||||
domain = "users.thewordnerd.info";
|
||||
ldap = {
|
||||
suffix = "dc=thewordnerd,dc=info";
|
||||
};
|
||||
};
|
||||
};
|
||||
networking.firewall.interfaces."ve-+".allowedTCPPorts = [
|
||||
389
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue