| 30 Dec 2024 |
@hexa:lossy.network | if after upgrading to nixos-24.11 openvino detection cannot find your gpu | 14:01:50 |
@hexa:lossy.network | you might need the intel-compute-runtime-legacy1 package instead of intel-compute-runtime | 14:02:19 |
@hexa:lossy.network | it supports 8th, 9th and 11th gen GPUs | 14:02:26 |
| Tommy changed their display name from Tommy (3841) to Tommy. | 19:26:02 |
| 31 Dec 2024 |
| laurynasp joined the room. | 13:33:00 |
laurynasp | Hi, I have a question about home-assistant's /var/lib/hass/secrets.yaml file.
I would like to generate using modern secret management style. What tools do ppl use for that? I am leaning towards using sops-nix. In fact, I found example on Mic92/sops-nix README.md
sops.secrets."home-assistant-secrets.yaml" = { owner = "hass"; path = "/var/lib/hass/secrets.yaml"; };
What should the structure of sops' secrets.yaml file ?
I am struggling to figure out how to include home-assistant-secrets.yaml into main sops' secrets.yaml. I tried using sops-nix PR (github:Mic92/sops-nix?rev=c6233857ac1f096f139ca335c003efbda6087311 ) that allows multiple defoultSopsFiles, but I keep getting error such as below
/nix/store/sxa9p6k23yydwndlipsrpsa1b4vc50q0-sops-install-secrets-0.0.1/bin/sops-install-secrets: Manifest is not valid: Failed to find valid secret hass-secrets.yaml in [/nix/store/wwl8rw4csyq35886i7l9blaghylg11l0-source/secrets.yaml /nix/store/wwl8rw4csyq35886i7l9blaghylg11l0-source/hass-secrets.yaml]
P.s. This is perhaps more of the sops-nix questions, but I couldn't find a room for it
| 13:47:03 |
laurynasp | * Hi, I have a question about home-assistant's /var/lib/hass/secrets.yaml file.
I would like to generate using modern secret management style. What tools do ppl use for that? I am leaning towards using sops-nix. In fact, I found example on Mic92/sops-nix README.md
sops.secrets."home-assistant-secrets.yaml" = { owner = "hass"; path = "/var/lib/hass/secrets.yaml"; };
What should the structure of sops' secrets.yaml file ?
I am struggling to figure out how to include home-assistant-secrets.yaml into main sops' secrets.yaml. I tried using sops-nix PR (github:Mic92/sops-nix?rev=c6233857ac1f096f139ca335c003efbda6087311 ) that allows multiple defoultSopsFiles, but I keep getting error such as below
/nix/store/sxa9p6k23yydwndlipsrpsa1b4vc50q0-sops-install-secrets-0.0.1/bin/sops-install-secrets: Manifest is not valid: Failed to find valid secret hass-secrets.yaml in [/nix/store/wwl8rw4csyq35886i7l9blaghylg11l0-source/secrets.yaml /nix/store/wwl8rw4csyq35886i7l9blaghylg11l0-source/hass-secrets.yaml]
P.s. This is perhaps more of the sops-nix questions, but I couldn't find a room for it
| 13:47:56 |
laurynasp | * Hi, I have a question about home-assistant's /var/lib/hass/secrets.yaml file.
I would like to generate it using modern secret management tool. What tools do ppl use for that? I am leaning towards using sops-nix. In fact, I found partial example on Mic92/sops-nix README.md
sops.secrets."home-assistant-secrets.yaml" = { owner = "hass"; path = "/var/lib/hass/secrets.yaml"; };
What should the structure of sops' secrets.yaml file be?
I am struggling to figure out how to include home-assistant-secrets.yaml into main sops' secrets.yaml. I tried using sops-nix PR (github:Mic92/sops-nix?rev=c6233857ac1f096f139ca335c003efbda6087311 ) that allows multiple defoultSopsFiles, but I keep getting error such as below
/nix/store/sxa9p6k23yydwndlipsrpsa1b4vc50q0-sops-install-secrets-0.0.1/bin/sops-install-secrets: Manifest is not valid: Failed to find valid secret hass-secrets.yaml in [/nix/store/wwl8rw4csyq35886i7l9blaghylg11l0-source/secrets.yaml /nix/store/wwl8rw4csyq35886i7l9blaghylg11l0-source/hass-secrets.yaml]
P.s. This is perhaps more of the sops-nix questions, but I couldn't find a room for it
| 13:49:29 |
laurynasp | * Hi, I have a question about home-assistant's /var/lib/hass/secrets.yaml file.
I would like to generate it using modern secret management tool. What tools do ppl use for that? I am leaning towards using sops-nix. In fact, I found partial example on Mic92/sops-nix README.md
sops.secrets."home-assistant-secrets.yaml" = { owner = "hass"; path = "/var/lib/hass/secrets.yaml"; };
What should the structure of sops' secrets.yaml file be?
I am struggling to figure out how to incorporate home-assistant-secrets.yaml into main sops' secrets.yaml. I tried using sops-nix PR (github:Mic92/sops-nix?rev=c6233857ac1f096f139ca335c003efbda6087311 ) that allows multiple defoultSopsFiles, but I keep getting errors such as below
/nix/store/sxa9p6k23yydwndlipsrpsa1b4vc50q0-sops-install-secrets-0.0.1/bin/sops-install-secrets: Manifest is not valid: Failed to find valid secret hass-secrets.yaml in [/nix/store/wwl8rw4csyq35886i7l9blaghylg11l0-source/secrets.yaml /nix/store/wwl8rw4csyq35886i7l9blaghylg11l0-source/hass-secrets.yaml]
P.s. This is perhaps more of the sops-nix questions, but I couldn't find a dedicated room for sops-nix
| 13:50:58 |
laurynasp | * Hi, I have a question about home-assistant's /var/lib/hass/secrets.yaml file.
I would like to generate it using modern secret management tool. What tools do ppl use for that? I am leaning towards using sops-nix. In fact, I found partial example on Mic92/sops-nix README.md
sops.secrets."home-assistant-secrets.yaml" = { owner = "hass"; path = "/var/lib/hass/secrets.yaml"; };
What should the structure of sops' secrets.yaml file be?
I am struggling to figure out how to incorporate home-assistant-secrets.yaml into main sops' secrets.yaml. I tried using sops-nix PR (github:Mic92/sops-nix?rev=c6233857ac1f096f139ca335c003efbda6087311 ) that allows multiple defoultSopsFiles, but I keep getting errors such as below
/nix/store/sxa9p6k23yydwndlipsrpsa1b4vc50q0-sops-install-secrets-0.0.1/bin/sops-install-secrets: Manifest is not valid: Failed to find valid secret hass-secrets.yaml in [/nix/store/wwl8rw4csyq35886i7l9blaghylg11l0-source/secrets.yaml /nix/store/wwl8rw4csyq35886i7l9blaghylg11l0-source/hass-secrets.yaml]
P.s. This is perhaps more of the sops-nix questions, but I couldn't find a dedicated room for sops-nix
| 13:52:12 |
K900 | I use agenix personally | 13:56:09 |
@hexa:lossy.network | https://github.com/NixOS/nixpkgs/pull/369680 music-assistant 2.3.4 update | 14:09:40 |
CRTified |  Download image.png | 14:22:55 |
CRTified | mine looks like this | 14:22:57 |
CRTified | The trick is that | allows multiline plaintext, and that allows you to put YAML inside it | 14:26:00 |
laurynasp | thanks! the "pipe" is what I was missing i my file | 14:26:08 |
CRTified | You're welcome | 14:26:20 |
laurynasp | * thanks! the "pipe" is what I was missing in my file | 14:27:27 |
@hexa:lossy.network | does anyone here have opinions on mealie vs tandoor vs ??? | 17:31:06 |
| Tanja (she/her) changed their display name from Tanja (she/her) [DECT 6929] to Tanja (she/her). | 20:59:45 |
| 1 Jan 2025 |
@hexa:lossy.network | ok, the voice hardware is fun | 01:28:30 |
@hexa:lossy.network | the microphone reaches across the room into the hallway | 01:28:39 |
@hexa:lossy.network | probably ~10m | 01:28:50 |
@hexa:lossy.network | with no direct LoS | 01:28:58 |
uep | mine should arrive when i get back from the beach | 03:35:45 |
@hexa:lossy.network | it was unhappy during setup that the hostname of my home-assistant instance was ipv6 only | 12:44:53 |
| DavHau joined the room. | 13:06:03 |
DavHau | I packaged tasmota: https://github.com/NixOS/nixpkgs/pull/369949 | 13:07:42 |
DavHau | Had this sitting around for a while. By now I'm mainly using esphome, but I thought I give this some finishing and push it | 13:08:17 |
@hexa:lossy.network |
The efforts blew out of proportion.
| 13:16:00 |