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:
parent
47d1d73ad1
commit
efa04063e6
8 changed files with 4 additions and 4 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue