mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-04-05 12:32:55 +00:00
finish nomad, add consul, sops
This commit is contained in:
@@ -23,6 +23,8 @@ in {
|
|||||||
sops.secrets.consul_encrypt_json = {
|
sops.secrets.consul_encrypt_json = {
|
||||||
sopsFile = "${secretstore}/consul_encrypt.json";
|
sopsFile = "${secretstore}/consul_encrypt.json";
|
||||||
format = "binary";
|
format = "binary";
|
||||||
|
owner = "consul";
|
||||||
|
group = "consul";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.consul = {
|
services.consul = {
|
||||||
|
|||||||
Reference in New Issue
Block a user