diff --git a/tasks/arch.py b/tasks/arch.py index 9e2037c2..6cb10665 100644 --- a/tasks/arch.py +++ b/tasks/arch.py @@ -35,7 +35,7 @@ PACKAGES = [ SERVICES = [ "sshd.socket", "nvidia-persistenced.service", "NetworkManager.service", - "teamviewerd.service", "--user vncserver@:1", "autorandr.service", + "--user vncserver@:1", "autorandr.service", ] diff --git a/tasks/shell/systemd_units.sh b/tasks/shell/systemd_units.sh index 61b38c0d..93f13f59 100755 --- a/tasks/shell/systemd_units.sh +++ b/tasks/shell/systemd_units.sh @@ -1,5 +1,9 @@ #!/usr/bin/env zsh +# need to run `sudo gpasswd -a imalison network` +# Install gnome-keyring + SYSTEM_SERVICES=( - "systemd-resolved" + "systemd-resolved.service" "wpa_supplicant.service" + "NetworkManager.service" "autorandr.service" "sshd.socket" )