Migrate all jobs to thingvellir
This commit is contained in:
@@ -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 ------------------
|
||||
|
||||
Reference in New Issue
Block a user