fix(secrets): fix more permission issues
This commit is contained in:
parent
557d744846
commit
867bd7d3de
5 changed files with 5 additions and 8 deletions
services
|
@ -120,5 +120,7 @@ in {
|
|||
age.secrets.hass-secrets = {
|
||||
file = ../secrets/hass/secrets.age;
|
||||
path = "/var/lib/hass/secrets.yaml";
|
||||
owner = "hass";
|
||||
group = "hass";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -9,7 +9,6 @@ let
|
|||
mkSecret = file: {
|
||||
inherit file;
|
||||
owner = "mosquitto";
|
||||
group = "mosquitto";
|
||||
};
|
||||
in {
|
||||
age.secrets = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue