diff --git a/qubesadmin/tools/qvm_template.py b/qubesadmin/tools/qvm_template.py index 044fd13..f59f75e 100644 --- a/qubesadmin/tools/qvm_template.py +++ b/qubesadmin/tools/qvm_template.py @@ -49,7 +49,7 @@ def parser_gen(): # qrexec/DNF related parser_main.add_argument('--repo-files', action='append', - default=['/etc/yum.repos.d/qubes-templates.repo'], + default=['/usr/share/qubes/repo-templates/qubes-templates.repo'], help='Specify files containing DNF repository configuration.') parser_main.add_argument('--updatevm', default='sys-firewall', help='Specify VM to download updates from.')