view apt/templates/more.sources.j2 @ 332:d4893670f888 default tip

WIP: use watchdog reboot timer on pi
author drewp@bigasterisk.com
date Thu, 27 Feb 2025 11:09:29 -0800
parents 5b88b38f2471
children
line wrap: on
line source

# written by pyinfra

{% if 'big' in host.groups or 'laptop' in host.groups %}
Types: deb
URIs: http://packages.microsoft.com/repos/code
Suites: stable
Components: main
Architectures: amd64
Signed-By: /usr/share/keyrings/packages.microsoft.com_keys_microsoft.gpg


Types: deb
URIs: http://dl.google.com/linux/chrome/deb/
Suites: stable
Components: main
Architectures: amd64
Signed-By: /usr/share/keyrings/dl.google.com_linux_linux_signing_key.gpg


Types: deb
URIs: https://repo.steampowered.com/steam/
Suites: stable
Components: steam
Architectures: amd64 i386
Signed-By: /usr/share/keyrings/repo.steampowered.com_steam_archive_stable_steam.gpg


Types: deb
URIs: https://hub.unity3d.com/linux/repos/deb
Suites: stable
Components: main
Signed-By: /usr/share/keyrings/hub.unity3d.com_linux_keys_public.gpg


Types: deb
URIs: https://deb.nodesource.com/node_18.x
Suites: nodistro
Components: main
Architectures: amd64
Signed-By: /usr/share/keyrings/deb.nodesource.com_gpgkey_nodesource-repo.gpg.gpg


{% endif %}
{% if host.data.get('gpu') %}

#TODO fix Suites

# Types: deb
# URIs: https://nvidia.github.io/libnvidia-container/stable/deb/$(ARCH)
# Suites: /
# Components: main
# Signed-By: /etc/apt/keyrings/nvidia.gpg


{% endif %}
{% if host.data.get('coral') %}
Types: deb
URIs: https://packages.cloud.google.com/apt
Suites: coral-edgetpu-stable
Components: main
Signed-By: /etc/apt/keyrings/coral.gpg


{% endif %}