WIP: Consul ACLs #117

Draft
max wants to merge 8 commits from pr-consul-acl into master
Showing only changes of commit fe50d53c91 - Show all commits

View file

@ -51,4 +51,9 @@ in
Type = "oneshot";
};
};
systemd.targets.consul-ready = {
Outdated
Review

This entire thing is ugly

This entire thing is ugly
description = "Consul is Ready";
requires = [ "consul-ready.service" ] ++ lib.optional config.services.consul.enable "consul-load-smt.service";
};
}