Fix dependencies
This commit is contained in:
parent
83c75dee75
commit
697f5208f9
1 changed files with 8 additions and 5 deletions
|
|
@ -62,9 +62,12 @@ in
|
|||
*/
|
||||
};
|
||||
|
||||
system.activationScripts.esphome-custom.text = ''
|
||||
mkdir -p "${stateDir}/.esphome"
|
||||
touch "${stateDir}/.gitignore"
|
||||
chown esphome:esphome "${stateDir}/.esphome" "${stateDir}/.gitignore"
|
||||
'';
|
||||
system.activationScripts.esphome-custom = {
|
||||
deps = [ "users" "groups" ];
|
||||
text = ''
|
||||
mkdir -p "${stateDir}/.esphome"
|
||||
touch "${stateDir}/.gitignore"
|
||||
chown esphome:esphome "${stateDir}/.esphome" "${stateDir}/.gitignore"
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue