mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
Added drone module
This commit is contained in:
parent
16b5175acb
commit
f9450c2e81
4 changed files with 111 additions and 4 deletions
|
@ -13,6 +13,11 @@ in
|
|||
|
||||
luj = {
|
||||
filerun.enable = true;
|
||||
drone.enable = true;
|
||||
drone.nginx = {
|
||||
enable = true;
|
||||
subdomain = "ci";
|
||||
};
|
||||
zfs-mails.enable = true;
|
||||
hydra = {
|
||||
enable = true;
|
||||
|
@ -30,8 +35,8 @@ in
|
|||
networking.interfaces.enp2s0f0.useDHCP = true;
|
||||
networking.interfaces.enp2s0f1.useDHCP = true;
|
||||
networking.firewall.enable = true;
|
||||
networking.firewall.allowedTCPPorts = [ 22 80 443 ];
|
||||
networking.firewall.allowedUDPPorts = [ 22 80 443 ];
|
||||
networking.firewall.allowedTCPPorts = [ 22 80 8080 443 ];
|
||||
networking.firewall.allowedUDPPorts = [ 22 80 8080 443 ];
|
||||
networking.firewall.allowedUDPPortRanges = [{ from = 60000; to = 61000; }];
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue