Added server options for nomad and consul

This commit is contained in:
marc
2024-02-11 20:58:26 +01:00
parent 042e246b1b
commit e716f7cb7d
14 changed files with 204 additions and 39 deletions

View File

@@ -39,6 +39,8 @@ in
kind = "dark";
};
# - Agenix ---------------------------------
age.identityPaths = [
"/home/marc/.ssh/id_ed25519"
];
@@ -62,10 +64,13 @@ in
system.sshfs.enable = true;
# - Server ----------------------------------
server.consul = {
enable = true;
agent-token = config.age.secrets."consul.d/agent-token-reykjavik.json".path;
};
# server.consul = {
# enable = true;
# agent-token = config.age.secrets."consul.d/agent-token-reykjavik.json".path;
# };
# server.nomad = {
# enable = true;
# };
# - Desktop ----------------------------------
desktop = {