manual_inherit
This commit is contained in:
@@ -33,14 +33,12 @@ in
|
||||
secrets = {
|
||||
"home-assistant/auth-client-id" = {
|
||||
sopsFile = lib.snowfall.fs.get-file "secrets/nuc-secrets.yaml";
|
||||
owner = config.users.users.hass.name;
|
||||
group = config.users.users.hass.group;
|
||||
inherit (config.users.users.hass) name group;
|
||||
restartUnits = [ "home-assistant.service" ];
|
||||
};
|
||||
"home-assistant/auth-client-secret" = {
|
||||
sopsFile = lib.snowfall.fs.get-file "secrets/nuc-secrets.yaml";
|
||||
owner = config.users.users.hass.name;
|
||||
group = config.users.users.hass.group;
|
||||
inherit (config.users.users.hass) name group;
|
||||
restartUnits = [ "home-assistant.service" ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -27,11 +27,11 @@ let
|
||||
backboneInterface = "enp2s0";
|
||||
package = otbrPackage;
|
||||
rest = {
|
||||
listenAddress = cfg.listenAddress;
|
||||
inherit (cfg) listenAddress;
|
||||
listenPort = cfg.restPort;
|
||||
};
|
||||
web = {
|
||||
listenAddress = cfg.listenAddress;
|
||||
inherit (cfg) listenAddress;
|
||||
listenPort = cfg.port;
|
||||
};
|
||||
radio = {
|
||||
|
||||
Reference in New Issue
Block a user