mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-02-08 05:22:08 +00:00
finish nomad, add consul, sops
This commit is contained in:
@@ -30,7 +30,7 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
webUi = true;
|
webUi = true;
|
||||||
interface.bind = "end0";
|
interface.bind = "end0";
|
||||||
extraConfigFiles = [sops.secrets.consul_encrypt_json.path];
|
extraConfigFiles = [config.sops.secrets.consul_encrypt_json.path];
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
bootstrap = false;
|
bootstrap = false;
|
||||||
server = true;
|
server = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user