Added consul and nomad to thingvellir
This commit is contained in:
@@ -63,15 +63,6 @@ in
|
||||
system.pass.enable = true;
|
||||
system.sshfs.enable = true;
|
||||
|
||||
# - Server ----------------------------------
|
||||
# server.consul = {
|
||||
# enable = true;
|
||||
# agent-token = config.age.secrets."consul.d/agent-token-reykjavik.json".path;
|
||||
# };
|
||||
# server.nomad = {
|
||||
# enable = true;
|
||||
# };
|
||||
|
||||
# - Desktop ----------------------------------
|
||||
desktop = {
|
||||
inherit wallpaper;
|
||||
|
||||
@@ -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