1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

chore(zackbiene): move secrets to subfolder

This commit is contained in:
oddlama 2023-03-14 14:35:44 +01:00
parent 47d1d73ad1
commit efa04063e6
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
8 changed files with 4 additions and 4 deletions

View file

@ -45,7 +45,7 @@
};
rekey.secrets."home-assistant-secrets.yaml" = {
file = ./home-assistant-secrets.yaml.age;
file = ./secrets/home-assistant-secrets.yaml.age;
owner = "hass";
};

View file

@ -4,13 +4,13 @@
...
}: {
rekey.secrets.mosquitto-pw-zigbee2mqtt = {
file = ./mosquitto-pw-zigbee2mqtt.age;
file = ./secrets/mosquitto-pw-zigbee2mqtt.age;
mode = "440";
owner = "zigbee2mqtt";
group = "mosquitto";
};
rekey.secrets.mosquitto-pw-home_assistant = {
file = ./mosquitto-pw-home_assistant.age;
file = ./secrets/mosquitto-pw-home_assistant.age;
mode = "440";
owner = "hass";
group = "mosquitto";

View file

@ -4,7 +4,7 @@
...
}: {
rekey.secrets."mosquitto-pw-zigbee2mqtt.yaml" = {
file = ./mosquitto-pw-zigbee2mqtt.yaml.age;
file = ./secrets/mosquitto-pw-zigbee2mqtt.yaml.age;
mode = "440";
owner = "zigbee2mqtt";
group = "mosquitto";