diff --git a/docker/homeautomation/docker-compose.yml b/docker/homeautomation/docker-compose.yml index 332b082..9b0c476 100644 --- a/docker/homeautomation/docker-compose.yml +++ b/docker/homeautomation/docker-compose.yml @@ -12,6 +12,7 @@ services: networks: - home-assistant - proxy + network_mode: host ports: - "8123:8123" depends_on: diff --git a/root/boot/loader/entries/arch.conf b/root/boot/loader/entries/arch.conf index 3afa2de..6c568da 100755 --- a/root/boot/loader/entries/arch.conf +++ b/root/boot/loader/entries/arch.conf @@ -2,4 +2,4 @@ title Arch Linux initrd /amd-ucode.img initrd /initramfs-linux.img linux /vmlinuz-linux -options rd.luks.uuid=19fa8fab-c5fe-454a-9a17-b7185ce975ea rd.luks.name=19fa8fab-c5fe-454a-9a17-b7185ce975ea=cryptroot rd.luks.options=allow-discards root=/dev/mapper/cryptroot rootflags=subvol=root resume=/dev/mapper/cryptroot resume_offset=7345408 rw vga=current idle=nomwait +options rd.luks.uuid=19fa8fab-c5fe-454a-9a17-b7185ce975ea rd.luks.name=19fa8fab-c5fe-454a-9a17-b7185ce975ea=cryptroot rd.luks.options=allow-discards root=/dev/mapper/cryptroot rootflags=subvol=root resume=/dev/mapper/cryptroot resume_offset=7345408 rw quiet splash vga=current idle=nomwait