diff --git a/core-modules/02QubesTemplateHVm.py b/core-modules/02QubesTemplateHVm.py index c149051f..8dfa0c7e 100644 --- a/core-modules/02QubesTemplateHVm.py +++ b/core-modules/02QubesTemplateHVm.py @@ -64,6 +64,9 @@ class QubesTemplateHVm(QubesHVm): def is_template(self): return True + def is_appvm(self): + return False + @classmethod def is_template_compatible(cls, template): return False