You can easily add them by following the instructions on their site.

On immutable fedora it can be done via

curl -o - https://repository.mullvad.net/rpm/stable/mullvad.repo | sudo tee /etc/yum.repos.d/mullvad.repo

rpm-ostree uninstall mullvad-vpn --install mullvad-vpn

# after reboot, if not working
sudo systemctl start mullvad-daemon
  • Wrincewind@lemmy.cafe
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    7 months ago

    As a Linux noo (or maybe someone that doesn’t keep up with the news, I don’t know), what’s Mullvad?

    • Arthur_Leywin@lemmy.ml
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      7 months ago

      It’s like NordVPN but a bit more private.

      1. They don’t require an account (username/password) for you to use. You pay them for an account number and use Mullvad VPN by inputting it.
      2. They were about to be raided but they managed to get out of that with their lawyers.
      3. It’s also very easy to use on Linux because there’s a GUI, which is great. CLI seems overkill for an app that needs to be turned on and off (i.e. NordVPNJ my old VPN).

      It’s overall nice.

      • MashedTech@lemmy.world
        link
        fedilink
        arrow-up
        2
        arrow-down
        1
        ·
        7 months ago

        I honestly think CLI control is essential in any app. Because this is the most rudimentary and accessible way for other apps and scripts to interact with the apps features and control over the system.