updated tower config

This commit is contained in:
Julien Malka 2023-01-19 19:18:08 +01:00
parent fb38df2ea3
commit 9f79ad05e0
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -6,7 +6,8 @@
{ {
imports = imports =
[ # Include the results of the hardware scan. [
# Include the results of the hardware scan.
./hardware.nix ./hardware.nix
./home-julien.nix ./home-julien.nix
../../users/julien.nix ../../users/julien.nix
@ -39,6 +40,9 @@ networking.nameservers = [ "100.127.245.71" "9.9.9.9" ];
# Set your time zone. # Set your time zone.
time.timeZone = "Europe/Paris"; time.timeZone = "Europe/Paris";
luj.buildbot.enable = true;
luj.nginx.enable = true;
environment.systemPackages = [ pkgs.tailscale ]; environment.systemPackages = [ pkgs.tailscale ];
# enable the tailscale service # enable the tailscale service
@ -104,8 +108,8 @@ services.openssh.extraConfig = ''
services.openssh.enable = true; services.openssh.enable = true;
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; networking.firewall.allowedTCPPorts = [ 80 443 1810 ];
# networking.firewall.allowedUDPPorts = [ ... ]; networking.firewall.allowedUDPPorts = [ 80 443 1810 ];
# Or disable the firewall altogether. # Or disable the firewall altogether.
# networking.firewall.enable = false; # networking.firewall.enable = false;