18 lines
893 B
YAML
18 lines
893 B
YAML
---
|
|
# apt_repositories:
|
|
# - http://nova.clouds.archive.ubuntu.com
|
|
apt_repositories_sources:
|
|
- deb http://nova.clouds.archive.ubuntu.com/ubuntu/ focal main restricted
|
|
- deb http://nova.clouds.archive.ubuntu.com/ubuntu/ focal-updates main restricted
|
|
- deb http://nova.clouds.archive.ubuntu.com/ubuntu/ focal universe
|
|
- deb http://nova.clouds.archive.ubuntu.com/ubuntu/ focal-updates universe
|
|
- deb http://nova.clouds.archive.ubuntu.com/ubuntu/ focal multiverse
|
|
- deb http://nova.clouds.archive.ubuntu.com/ubuntu/ focal-updates multiverse
|
|
- deb http://nova.clouds.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
|
|
- deb http://security.ubuntu.com/ubuntu focal-security main restricted
|
|
- deb http://security.ubuntu.com/ubuntu focal-security universe
|
|
- deb http://security.ubuntu.com/ubuntu focal-security multiverse
|
|
|
|
|
|
|
|
chisel_server: false |