Added consul and nomad to thingvellir
This commit is contained in:
@@ -41,6 +41,15 @@ with lib;
|
||||
system.ssh.enable = true;
|
||||
system.sshfs.enable = true;
|
||||
|
||||
# - Server ----------------------------------
|
||||
server.consul = {
|
||||
enable = true;
|
||||
agent-token = config.age.secrets."consul.d/agent-token-thingvellir.json".path;
|
||||
};
|
||||
server.nomad = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# - Editors and development ------------------
|
||||
dev.git.userName = "marc";
|
||||
dev.git.userEmail = "marc@sastre.cat";
|
||||
|
||||
Reference in New Issue
Block a user