initial ESS Community NixOS module
This commit is contained in:
parent
18b970a750
commit
997726aecd
11 changed files with 443 additions and 39 deletions
12
hosts/ess-helm/ess-helm.nix
Normal file
12
hosts/ess-helm/ess-helm.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ outputs, ... }:
|
||||
|
||||
{
|
||||
imports = [ outputs.nixosModules.ess-helm ];
|
||||
|
||||
services.ess-helm = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
configureNginx = true;
|
||||
serverName = "ess-helm.de";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue