Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hologram server service on NixOS #50

Open
copumpkin opened this issue Apr 24, 2015 · 0 comments
Open

Hologram server service on NixOS #50

copumpkin opened this issue Apr 24, 2015 · 0 comments

Comments

@copumpkin
Copy link
Contributor

I know that @epall might be interested in this, but others might be as well: I've pushed my NixOS service definition for the Hologram server to the nixpkgs master branch. This means that anyone running NixOS (the upcoming 15.06 release or people who like to live on unstable branches) can spin up a Hologram server super easily:

{
  ec2.metadata = true;

  services.hologram-server = {
    enable           = true;
    awsAccount       = "1234567890";
    awsDefaultRole   = "somerole";
    ldapHost         = "blah";
    ldapBaseDN       = "CN=something,DC=somethingelse";
    ldapBindDN       = "zomg";
    ldapBindPassword = "ihatepasswords";
  };

  networking.firewall.allowedTCPPorts = [ 3100 ];
}

Not sure if it's widespread enough to warrant a mention as a quick way to try it out, but I figured I'd point it out in case someone wanted to try it. It's probably an abuse of the ticket system so feel free to close this ticket either way 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant