Small fixes

This commit is contained in:
Marko Korhonen 2020-05-18 20:15:52 +03:00
parent e43e6971d9
commit 709fd4c78b
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -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