From 9833da387fac78450b23eca65431029b0b519f28 Mon Sep 17 00:00:00 2001 From: m2 Date: Sat, 28 Oct 2023 19:20:22 -0400 Subject: [PATCH] fix: add tailscale.repo --- config/files/usr/etc/yum.repos.d/tailscale.repo | 8 ++++++++ config/recipe-nvidia.yml | 1 - config/recipe.yml | 1 - 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 config/files/usr/etc/yum.repos.d/tailscale.repo diff --git a/config/files/usr/etc/yum.repos.d/tailscale.repo b/config/files/usr/etc/yum.repos.d/tailscale.repo new file mode 100644 index 0000000000..9af9b49e34 --- /dev/null +++ b/config/files/usr/etc/yum.repos.d/tailscale.repo @@ -0,0 +1,8 @@ +[tailscale-stable] +name=Tailscale stable +baseurl=https://pkgs.tailscale.com/stable/fedora/$basearch +enabled=1 +type=rpm +repo_gpgcheck=0 +gpgcheck=0 +gpgkey=https://pkgs.tailscale.com/stable/fedora/repo.gpg \ No newline at end of file diff --git a/config/recipe-nvidia.yml b/config/recipe-nvidia.yml index 4b506f5333..fa1e53e34c 100644 --- a/config/recipe-nvidia.yml +++ b/config/recipe-nvidia.yml @@ -22,7 +22,6 @@ modules: - usr/etc/yum.repos.d: /etc/yum.repos.d - type: rpm-ostree repos: - - https://pkgs.tailscale.com/stable/fedora/tailscale.repo - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo install: # GNOME Extensions diff --git a/config/recipe.yml b/config/recipe.yml index ae19eae159..b3c73f4908 100644 --- a/config/recipe.yml +++ b/config/recipe.yml @@ -22,7 +22,6 @@ modules: - usr/etc/yum.repos.d: /etc/yum.repos.d - type: rpm-ostree repos: - - https://pkgs.tailscale.com/stable/fedora/tailscale.repo - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo install: # GNOME Extensions