Migrate all jobs to thingvellir

This commit is contained in:
marc
2024-02-18 19:33:57 +01:00
parent 2e3dad1c1b
commit 4f70bf991c
5 changed files with 48 additions and 40 deletions

View File

@@ -11,9 +11,15 @@ with lib;
user.name = "marc";
user.shell = pkgs.zsh;
networking.hostName = "thingvellir";
networking.firewall = {
enable = true;
networking = {
hostName = "thingvellir";
firewall = {
enable = false;
allowedUDPPorts = [
53 # DNS (pihole + unbound)
8600 # Consul DNS
];
};
};
# - Bootloader ---------------------------------
@@ -53,7 +59,7 @@ with lib;
server.nomad = {
enable = true;
server = true;
host-config = ../../config/nomad.d/host-thingvellir.json;
host-config = ../../config/nomad.d/host-thingvellir.hcl;
};
# - Editors and development ------------------