Added server options for nomad and consul
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user