Use mullvad-vpn, not going to create an alias for mullvad-gui after all.

This commit is contained in:
2026-07-26 18:18:02 -07:00
parent e0395dda04
commit b4e8bf6f15
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -324,7 +324,7 @@ bar {
## Startup Applications ##
exec mullvad-gui
exec mullvad-vpn
exec i3-sensible-terminal
#exec firefox-flatpak
exec transmission
+1 -4
View File
@@ -25,9 +25,6 @@
- name: Workstation | Software | VPN | Mullvad | Symlink GUI
ansible.builtin.file:
src: "/opt/Mullvad VPN/mullvad-vpn"
dest: "{{ item }}"
dest: "{{ global_bin }}/mullvad-vpn"
state: link
force: true
loop:
- "{{ global_bin }}/mullvad-vpn"
- "{{ global_bin }}/mullvad-gui"