| 17 Nov 2024 |
mfed3 | * services.home-assistant = {
enable = true;
extraComponents = [
"esphome"
"met"
"radio_browser"
"isal"
# added-components
"zha"
"backup"
"reolink"
"local_todo"
"starlink"
];
config = {
default_config = {};
};
};
| 07:11:40 |
mfed3 | * services.home-assistant = {
enable = true;
extraComponents = [
"esphome"
"met"
"radio_browser"
"isal"
# added-components
"zha"
"backup"
"reolink"
"local_todo"
"starlink"
];
| 07:11:57 |
mfed3 | Ahh I found a known issue for this, it has been reported | 07:15:45 |
mfed3 | https://github.com/NixOS/nixpkgs/issues/310129 | 07:15:48 |
mfed3 | * https://github.com/NixOS/nixpkgs/issues/310129 home-assistant extraComponents "starlink" fails at runtime because of missing "starlink_grpc" dependency #310129
| 07:17:08 |
mfed3 | * Anyone else try to install the Starlink integration? It seems like it doesn't recognize that when I include it in my config, it thinks I don't need to rebuild anything | 15:23:12 |
| 18 Nov 2024 |
| jamesstone joined the room. | 15:12:15 |
| 19 Nov 2024 |
| @beat_link:matrix.org joined the room. | 03:16:23 |
spacekitteh | Hmm, I can't set up a home assistant install anymore. It hangs during the first step of onboarding and never enables the "create user" button ;/ | 05:52:04 |
spacekitteh | Are there any other state directories apart from /var/lib/hass? | 05:52:50 |
spacekitteh | oh i'm a moron, i somehow deleted openFirewall = true and yet it still partially loaded | 06:11:57 |
@hexa:lossy.network | browser caching at it again | 11:27:59 |
spacekitteh | aye | 11:46:45 |
Sandro 🐧 | or conn tracking and h2 | 13:01:39 |
| 20 Nov 2024 |
| Inayet removed their profile picture. | 00:59:46 |
| apyh joined the room. | 03:56:01 |
apyh | hi folks!! i noticed there's parsing for !secrets values, but didn't see a place to pass a file path that should be used for secrets. do i have to write to the secrets.yaml file myself? (probably with an activation script as to not include those secrets in my nix store) | 03:58:01 |
@hexa:lossy.network | apyh: indeed, the module does not provide any option to pass a secrets file. Would probably do it with a tmpfiles rule to create a symlink from /var/lib/hass/secrets.yaml to where my secrets were decrypted at, e.g. /run/agenix/hass-secrets.yaml | 12:12:09 |
mjm | that’s exactly how I do it | 14:17:38 |
@hexa:lossy.network | feel free to send a PR with an option for that | 14:54:34 |