Misc changes

This commit is contained in:
Marko Korhonen 2022-11-06 09:44:02 +02:00
parent 87b1d5961a
commit f00a280aaf
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
3 changed files with 5 additions and 2 deletions

View file

@ -303,7 +303,7 @@ dotfiles = ["d_rofi", "f_librewolf_overrides", "f_distro"]
[profiles.Moria]
include = ["pacman", "terminal", "media", "gpg"]
dotfiles = ["f_zprofile", "f_librewolf_overrides"]
dotfiles = ["f_librewolf_overrides"]
[profiles.Gondor]
include = ["pacman", "terminal"]

View file

@ -1 +1,4 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHLUrf0LpumX6XEkPW6Z105sgJMWWOllWy7sxB+lgdUw Marko YubiKey
{%@@ if profile == 'Moria' @@%}
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICg484CTSIr8wZQ3g5rPfe2VHIcSmmxOjz7mTCkvfR+x Home Assistant key
{%@@ endif @@%}

View file

@ -1,5 +1,5 @@
{%@@ if profile == "Mirkwood" @@%}
cryptdevice=UUID=19fa8fab-c5fe-454a-9a17-b7185ce975ea:cryptroot:allow-discards root=/dev/mapper/cryptroot rootflags=subvol=root resume=/dev/mapper/cryptroot resume_offset=10530935 rw idle=nomwait amdgpu.ppfeaturemask=0xffffffff quiet splash vt.global_cursor_default=0 fbcon=nodefer log_level=3 udev.log_level=3
{%@@ elif profile == "Moria" @@%}
cryptdevice=UUID=d99b4607-f836-4305-82f3-448a8ea7c1e6:cryptroot:allow-discards root=/dev/mapper/cryptroot rootflags=subvol=root ip=:::::eth0:dhcp netconf_timeout=60 rw quiet splash vga=current bgrt_disable video=HDMI-A-2:d video=HDMI-A-3:d
cryptdevice=UUID=d99b4607-f836-4305-82f3-448a8ea7c1e6:cryptroot:allow-discards root=/dev/mapper/cryptroot rootflags=subvol=root ip=:::::eth0:dhcp netconf_timeout=60 rw quiet splash vt.global_cursor_default=0 fbcon=nodefer log_level=3 udev.log_level=3
{%@@ endif @@%}