users/infinidoge: disable global virtualization

This commit is contained in:
Infinidoge 2021-12-16 09:35:17 -05:00
parent e2e9f614d5
commit 1e2967fe64
2 changed files with 1 additions and 2 deletions

View file

@ -6,8 +6,6 @@ in
{
imports = lib.flatten [
(with suites; [ develop ])
(with profiles; [ virtualization ])
];
home = { config, main, suites, profiles, ... }: {