feat: new config files

This commit is contained in:
Strix 2023-10-14 22:39:52 +02:00
parent 3902a6beaf
commit d1882114c7
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
7 changed files with 71 additions and 2 deletions

View file

@ -0,0 +1,3 @@
[repo.main]
name = "Main"
url = "tcp://pkgs.ixvd.net:1050"

6
pkgr/skel/etc/pkgr.toml Normal file
View file

@ -0,0 +1,6 @@
build_by_default = false
tmp_dir = "/tmp/pkgr"
[storage]
repo_file = "/etc/pkgr.d/repos.toml"
data_dir = "/var/lib/pkgr/packages"