| 9 Feb 2025 |
@hexa:lossy.network | and you possibly need to also set allowlist_external_dirs | 17:48:02 |
@hexa:lossy.network | https://www.home-assistant.io/integrations/homeassistant/#allowlist_external_dirs | 17:48:32 |
mfed3 | Think this will work?
homeassistant = {
media_dirs = {
local = "/media";
};
allowlist_external_dirs = [ "/media" ];
};
| 17:52:05 |
mfed3 | I am always unsure about converting yaml to nix in knowing if things are variables or strings like "local" = vs local = | 17:52:44 |
@hexa:lossy.network | not with that indent 😄 | 17:53:17 |
@hexa:lossy.network | * not with that indent 😄 | 17:53:31 |
@hexa:lossy.network | nothing in home-assistant yaml is a variable | 17:53:52 |
@hexa:lossy.network | the values you pass can be nix vars | 17:54:09 |
mfed3 | LOL yea don't know how that spacing happened copying and pasting in | 17:54:45 |
mfed3 | So I realize I was explaining incorrectly, previously, what I'm actually looking to do is assign medai_dirs to use a relative path inside of my NixOS home-assistant directory, not an external directory. I think allowlist is for the opposite | 18:36:20 |
mfed3 | Instead of an absolute path is there an equivalent way to say
allowlist_external_dirs = [ "/var/lib/home-assistant/media" ];
with nixos referencing just an internal folder in the installation?
| 19:02:15 |
@hexa:lossy.network | ${config.services.home-assistant.configDir}/media | 19:03:39 |
mfed3 | Thanks! | 19:35:27 |
@hexa:lossy.network | Bisecting: 2 revisions left to test after this (roughly 2 steps)
[e4e6c25166f739b71b2f9c6a9248441f407c06e9] x265: 3.6 -> 4.1 (#360117)
| 19:42:57 |
@hexa:lossy.network | the picture is getting clearer | 19:43:06 |
@hexa:lossy.network | Bisecting: 2 revisions left to test after this (roughly 1 step)
no[cd2a5352360f70a2ddeb5cf1ab617efb3ea96f02] x265: 3.6 -> 4.1
| 19:43:43 |
@hexa:lossy.network | lmao | 19:43:50 |
@hexa:lossy.network | Bisecting: 0 revisions left to test after this (roughly 0 steps)
[f1f383cc5e2fc1406fc8cba27c16e9254f069b38] x265: format
| 21:00:10 |
@hexa:lossy.network | what if it is the reformatting commit 🤡 | 21:00:19 |
@hexa:lossy.network | |