refactor(sops): individual service files

This commit is contained in:
arcnmx 2024-01-16 11:21:35 -08:00
parent be8e04ce37
commit de91366e09
21 changed files with 588 additions and 28 deletions

View file

@ -7,6 +7,7 @@
inherit (lib) mkIf mkDefault;
in {
sops.secrets.z2m-secret = {
sopsFile = mkDefault ./secrets/zigbee2mqtt.yaml;
owner = "zigbee2mqtt";
path = "${cfg.dataDir}/secret.yaml";
};