Agenix + Consul
This commit is contained in:
@@ -39,6 +39,10 @@ in
|
||||
kind = "dark";
|
||||
};
|
||||
|
||||
age.identityPaths = [
|
||||
"/home/marc/.ssh/id_ed25519"
|
||||
];
|
||||
|
||||
# - Modules ------------------------------------
|
||||
|
||||
samfelag.modules = {
|
||||
@@ -57,6 +61,12 @@ 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;
|
||||
};
|
||||
|
||||
# - Desktop ----------------------------------
|
||||
desktop = {
|
||||
inherit wallpaper;
|
||||
|
||||
Reference in New Issue
Block a user