Small fixes

This commit is contained in:
Marko Korhonen 2020-05-18 20:15:52 +03:00
parent 4341d18fb1
commit 132e92e392
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@ services:
networks: networks:
- home-assistant - home-assistant
- proxy - proxy
network_mode: host
ports: ports:
- "8123:8123" - "8123:8123"
depends_on: depends_on:

View file

@ -2,4 +2,4 @@ title Arch Linux
initrd /amd-ucode.img initrd /amd-ucode.img
initrd /initramfs-linux.img initrd /initramfs-linux.img
linux /vmlinuz-linux 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