summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md b/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md
index c9ae4d3..fbbd293 100644
--- a/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md
+++ b/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md
@@ -140,6 +140,10 @@ visudo
rc-update add dbus default
+
+sudo ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime
+echo 'America/New_York' | sudo tee /etc/timezone
+
emerge net-misc/openntpd
/etc/ntpd.conf
rc-udpate add ntpd default
@@ -167,8 +171,6 @@ eselect vi list
sudo eselect repository add palladian git git@git.afu.re:palladian/
emerge --sync palladian
-# ssh key problem ?
-# hwclock
echo "sys-auth/seatd -elogind server builtin" >> /etc/portage/package.use/custom
emerge dev-libs/wayland x11-base/xwayland gui-libs/wlroots sys-auth/seatd \