fixup! WIP: Odin HASS -> smartir

This commit is contained in:
Filippo Berto 2025-03-02 22:15:01 +01:00
parent 1f12a7d68a
commit fc3082d456
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -193,7 +193,6 @@
wl-update-background wl-update-background
; ;
# Installer ISO # Installer ISO
install-iso = inputs.nixos-generators.nixosGenerate { install-iso = inputs.nixos-generators.nixosGenerate {
inherit system; inherit system;
@ -255,7 +254,7 @@
}; };
patches = [ ]; patches = [ ];
postPatch = '' postPatch = ''
sed -i 's/Broadlink/ZHA/' codes/1964.json sed 's/Broadlink/ZHA/' codes/1964.json > codes/50.json
''; '';
}); });
}; };