mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-27 06:10:53 +01:00
Moved drone to lisa
This commit is contained in:
parent
215dbf847b
commit
2c25fbcbd0
2 changed files with 9 additions and 14 deletions
|
@ -13,6 +13,13 @@
|
|||
|
||||
luj.mediaserver.enable = true;
|
||||
luj.homepage.enable = true;
|
||||
luj.drone = {
|
||||
enable = true;
|
||||
nginx = {
|
||||
enable = true;
|
||||
subdomain = "ci";
|
||||
};
|
||||
};
|
||||
|
||||
nix.maxJobs = lib.mkDefault 8;
|
||||
|
||||
|
|
|
@ -13,19 +13,7 @@ in
|
|||
|
||||
luj = {
|
||||
filerun.enable = true;
|
||||
drone.enable = true;
|
||||
drone.nginx = {
|
||||
enable = true;
|
||||
subdomain = "ci";
|
||||
};
|
||||
zfs-mails.enable = true;
|
||||
hydra = {
|
||||
enable = false;
|
||||
nginx = {
|
||||
enable = true;
|
||||
subdomain = "hydra";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.gnupg.agent.enable = true;
|
||||
|
@ -35,8 +23,8 @@ in
|
|||
networking.interfaces.enp2s0f0.useDHCP = true;
|
||||
networking.interfaces.enp2s0f1.useDHCP = true;
|
||||
networking.firewall.enable = true;
|
||||
networking.firewall.allowedTCPPorts = [ 22 80 8080 443 ];
|
||||
networking.firewall.allowedUDPPorts = [ 22 80 8080 443 ];
|
||||
networking.firewall.allowedTCPPorts = [ 22 80 443 ];
|
||||
networking.firewall.allowedUDPPorts = [ 22 80 443 ];
|
||||
networking.firewall.allowedUDPPortRanges = [{ from = 60000; to = 61000; }];
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue