28 lines
1.2 KiB
Plaintext
28 lines
1.2 KiB
Plaintext
set base_path /mirror
|
|
set mirror_path $base_path/mirror
|
|
set skel_path $base_path/skel
|
|
set var_path $base_path/var
|
|
set cleanscript $var_path/clean.sh
|
|
set defaultarch amd64
|
|
set postmirror_script $var_path/postmirror.sh
|
|
set run_postmirror 0
|
|
|
|
deb http://deb.debian.org/debian/ trixie main contrib non-free non-free-firmware
|
|
deb-src http://deb.debian.org/debian/ trixie main contrib non-free non-free-firmware
|
|
|
|
#deb http://security.debian.org/debian-security trixie-security main contrib non-free non-free-firmware
|
|
#deb-src http://security.debian.org/debian-security trixie-security main contrib non-free non-free-firmware
|
|
|
|
deb http://deb.debian.org/debian/ trixie-updates main contrib non-free non-free-firmware
|
|
deb-src http://deb.debian.org/debian/ trixie-updates main contrib non-free non-free-firmware
|
|
|
|
deb-amd64 https://download.docker.com/linux/debian trixie stable
|
|
deb-all https://download.docker.com/linux/debian trixie stable
|
|
|
|
deb-amd64 https://pkgs.tailscale.com/stable/debian trixie main
|
|
deb-all https://pkgs.tailscale.com/stable/debian trixie main
|
|
|
|
deb-amd64 https://nvidia.github.io/libnvidia-container/stable/deb/amd64/ /
|
|
|
|
deb http://download.proxmox.com/debian/pve trixie pve-no-subscription
|