upd
This commit is contained in:
@@ -33,12 +33,14 @@ in
|
|||||||
secrets = {
|
secrets = {
|
||||||
"home-assistant/auth-client-id" = {
|
"home-assistant/auth-client-id" = {
|
||||||
sopsFile = lib.snowfall.fs.get-file "secrets/nuc-secrets.yaml";
|
sopsFile = lib.snowfall.fs.get-file "secrets/nuc-secrets.yaml";
|
||||||
inherit (config.users.users.hass) name group;
|
owner = config.users.users.hass.name;
|
||||||
|
group = config.users.users.hass.group;
|
||||||
restartUnits = [ "home-assistant.service" ];
|
restartUnits = [ "home-assistant.service" ];
|
||||||
};
|
};
|
||||||
"home-assistant/auth-client-secret" = {
|
"home-assistant/auth-client-secret" = {
|
||||||
sopsFile = lib.snowfall.fs.get-file "secrets/nuc-secrets.yaml";
|
sopsFile = lib.snowfall.fs.get-file "secrets/nuc-secrets.yaml";
|
||||||
inherit (config.users.users.hass) name group;
|
owner = config.users.users.hass.name;
|
||||||
|
group = config.users.users.hass.group;
|
||||||
restartUnits = [ "home-assistant.service" ];
|
restartUnits = [ "home-assistant.service" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -281,6 +283,7 @@ in
|
|||||||
auth_oidc
|
auth_oidc
|
||||||
better_thermostat
|
better_thermostat
|
||||||
localtuya
|
localtuya
|
||||||
|
tuya_local
|
||||||
luxer_one
|
luxer_one
|
||||||
prometheus_sensor
|
prometheus_sensor
|
||||||
roborock_custom_map
|
roborock_custom_map
|
||||||
|
|||||||
Reference in New Issue
Block a user